Displaying 1 result from an estimated 1 matches for "authzldaploglevel".
2005 Sep 26
2
C4 - mod_authz_ldap - weird behavoir
...th this setup:
<Directory /var/www/html/weby_2005>
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
Authz...