Displaying 1 result from an estimated 1 matches for "authzldapsetgroupauth".
2005 Sep 26
2
C4 - mod_authz_ldap - weird behavoir
...Level 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
AuthType basic
AuthName "Katalog"
<Limit GET POST>
deny from all
allow from all...