mod_auth_cas & mod_authz_ldap (Active Directory)
Arnaud Lesueur
arnaud.lesueur at gmail.com
Mon Jun 2 12:18:17 EDT 2008
On Mon, Jun 2, 2008 at 5:58 PM, Chris <c.naslain at lectra.com> wrote:
> I found it !
>
> AuthzLDAPServer ad.company.com:389
> AuthzLDAPUserKey samaccountname
> AuthzLDAPUserBase "OU=Subsidiaries,DC=eu,DC=company,DC=com"
> AuthzLDAPUserScope subtree
>
> is NOT EQUIVALENT as
>
> AuthLDAPURL
> ldap://ad.company.com:389/OU=Subsidiaries,DC=eu,DC=company,DC=com?samaccountname?sub?
>
> The first one DOES NOT works; the second do works. Does anyone knows why?
Hi,
The first is using mod_authz_ldap from http://authzldap.othello.ch/
The second is the Apache module mod_authnz_ldap from
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
These are 2 differents modules with 2 diferent syntaxes and features
(or bugs sometimes) :-)
Regards,
--
Arnaud Lesueur
LinkedIn: http://www.linkedin.com/in/lesueur
More information about the cas
mailing list