Hi, all,

I have a strange problem with ldap auth.

In a .htaccess file I have:

   AuthBasicProvider ldap
   AuthType Basic
   AuthName "Access to somesite logs"
   AuthLDAPURL ldap://ldap-server.dlog.ac.uk/dc=gold,dc=ac,dc=uk?uid?base
   require ldap-user user1 user2 user3

This is working fine. However when I change the require ldap-user to valid-user things stop working:

   AuthBasicProvider ldap
   AuthType Basic
   AuthName "Access to somesite logs"
   AuthLDAPURL ldap://ldap-server.dlog.ac.uk/dc=gold,dc=ac,dc=uk?uid?base
   require valid-user

I have googled and searched the archives but this gives no answer. Can anyone assist?

Thanks in advance.

Regards

Erik



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to