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
Must add --with-ldap to compile options
If ldap is compiled as a module, have you enabled it in the httpd.conf file?