Displaying 1 result from an estimated 1 matches for "authzldapgroupkey".
2005 Sep 26
2
C4 - mod_authz_ldap - weird behavoir
...p,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 memberUid attribute must match the uid
# (which is the result of the map operation)
AuthzLDAPMemberKey memberUid...