Displaying 1 result from an estimated 1 matches for "ldapb".
Did you mean:
ldap
2007 Oct 25
0
apache mod_authnzldap against Active Directory
...ll the bind
responses reported success)
The appropriate (anonymized) lines from httpd.conf are:
<Location /logo.gif> # <--- change path as needed
Order allow,deny
Allow from all
AuthBasicProvider ldap
AuthType Basic
AuthzLdapAuthoritative off
AuthName "BackupPC login"
AuthLDAPBindDN ldapb at centos.org
AuthLDAPBindPassword myformerlysecretpasswordpostedtoworld
AuthLDAPURL "ldap://10.XX.XX.XXX:389/DC=centos,DC=org?sAMAccountName?sub?
(objectClass=*)" NONE
require valid-user
</Location>
I have debug turned on. On startup I get:
[root at backuppc httpd]#...