Displaying 2 results from an estimated 2 matches for "authzldapuserscope".
2005 Sep 26
2
C4 - mod_authz_ldap - weird behavoir
...ave problem with mod_authz_ldap with 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
AuthzLDAP...
2005 Jan 20
1
in CentOS 3.4, mod_auth_ldap ?
I'm coming from FC3 and moving to CentOS 3.4. I have been using
mod_auth_ldap for some time now with Apache 2.x and authenticating to
my Microsoft ADS without problems, here's my article on how that
worked:
http://www.turnpike420.net/linux/Apache_ADS_AuthLDAP.txt
However, I have come to find out that CentOS 3.4 only comes with
mod_authz_ldap and when I did some reading on it,