I want to do basic http authentication in Apache 2.2 on Windows with LDAP server (Active Directory).

Unfortunately our server doesn't support anonymous requests, so I have to use AuthLDAPBindDN and AuthLDAPBindPassword directives, but I can't create separate account for this either :( .

So I was thinking about something like:

AuthLDAPBindDN %{USER}
AuthLDAPBindPassword %{PASSWORD}

Where USER and PASSWORD are extracted from HTTP request.

This is needed because Apache 2.2 does not support AuthLDAPCompareAsUser directive.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.