For whatever reason, I am not able to include the following line in my httpd.conf:

AuthBasicProvider file ldap    

I keep getting the following error:

Unknown Authn provider: ldap

Apache is compiled from source with :

--enable-authnz-ldap 
--enable-ldap

What other compile-time options should I pass? Building this for svn/ldap servers, compiling support in instead of dso.

Thanks! V

link|improve this question

73% accept rate
feedback

2 Answers

Must add --with-ldap to compile options

link|improve this answer
feedback

If ldap is compiled as a module, have you enabled it in the httpd.conf file?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.