4

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

CMag
  • 687
  • 2
  • 11
  • 31

2 Answers2

1

Must add --with-ldap to compile options

CMag
  • 687
  • 2
  • 11
  • 31
1

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

mdpc
  • 11,698
  • 28
  • 51
  • 65