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

ldap authentication in subversion

From: Irfan Sayed <irfu.sayed_at_gmail.com>
Date: Fri, 24 Apr 2009 14:38:31 +0530

Hi All,

We are using subversion I just waneted to check can we use windows domain
controller for authentication. what i need is they should login
to subversion using their windows username and password.
After some investigation, i found that we can use ldap authentication
mechanism so i did following configuration in apache's http.conf file.

*<Location "/svn">*

*DAV svn*

*AuthBasicProvider ldap*

*AuthType Basic*

*AuthzLDAPAuthoritative off*

*AuthName "My svn server "*

*AuthLDAPURL "ldap://
exfo.com:389/DC=exfo,DC=com?sAMAccountName?sub?(objectClass=*)" NONE*

*AuthLDAPBindDN "irfan.sayed_at_exfo.com"*

*AuthLDAPBindDN "CN=apache,CN=Users,DC=exfo,DC=com"*

*AuthLDAPBindPassword hi*

*require ldap-user irfsay1*

*</Location>*

but still it is not getting through.
please please suggest/help

Regards
Irf

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1888664

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-24 11:20:07 CEST

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.