[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

LDAP for authentication

From: Vijay Avarachen <vavarachen_at_gmail.com>
Date: 2004-08-11 18:02:43 CEST

Hello,
     I am trying to configure mod_dav_svn so that it uses
mod_auth_ldap/mod_ldap for authentication. Has anyone tried this
successfully? I have the following in my config so far and I do get
prompted for login and password but I can never authenticate:

<Location /repo>
        DAV svn
        SVNParentPath /repo

        #Authentications
        <LimitExcept GET PROPFIND OPTIONS REPORT>
                AuthType Basic
                AuthName "Subversion Repository"
                AuthLDAPURL ldap://myldapserver:389?uid?sub?(objectClass=*)
                Require valid-user
        </LimitExcept>
</Location>

I am not sure if the problem is with the fact that the LDAP directory
is actually Active Directory LDAP or am I just using the wrong options
(?uid?sub). Any thoughts?

Thanks,
Vijay Avarachen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 11 18:05:50 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.