Re: Help required with auth and ldap.

2008-12-11 Thread Eric Covener
On Thu, Dec 11, 2008 at 10:03 AM, Erik Bloodaxe <[EMAIL PROTECTED]> wrote: > 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=

Help required with auth and ldap.

2008-12-11 Thread Erik Bloodaxe
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.