On Mon, Jun 2, 2008 at 5:58 PM, Chris <[EMAIL PROTECTED]> 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 _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
