I am able to password protect a directory using an account to bind with
like so:

AuthType Basic
AuthName "Please Login"
AuthBasicProvider ldap
AuthLDAPURL
"ldap://server.edu:389/ou=People,o=valdosta.edu,o=cp?uid?sub?(objectClass=*)"
AuthLDAPBindDN "uid=kckepple,ou=People,o=valdosta.edu,o=cp"
AuthLDAPBindPassword "******"
AuthzLDAPAuthoritative Off
require valid-user

What I'd prefer is a way to use the user's own credentials to bind to
instead of a specific account. Is there a way to do this? I cannot do
annon because it is disabled at the LDAP server for other reasons.

Thank you,

--
Kyle Keppler
Valdosta State University

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to