Displaying 1 result from an estimated 1 matches for "authzldapmethod".
2005 Sep 26
2
C4 - mod_authz_ldap - weird behavoir
...AuthzLDAPServer "ldap:389"
AuthzLDAPUserBase dc=group,dc=cz
AuthzLDAPBindDN uid=ds,ou=People,dc=group,dc=cz
AuthzLDAPBindPassword XXXXX
AuthzLDAPUserKey uid
AuthzLDAPUserScope subtree
AuthzLDAPLogLevel debug
# needed for user auth
AuthzLDAPMethod ldap
# needed for group auth
AuthzLDAPMethod ldap
AuthzLDAPGroupBase ou=Groups,dc=group,dc=cz
AuthzLDAPGroupKey cn
# map users to the uid uid for membership checking
AuthzLDAPMapUserToAttr uid
AuthzLDAPSetGroupAuth map
# this means that the mem...