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

Re: ldap authentication in subversion

From: Irfan Sayed <irfu.sayed_at_gmail.com>
Date: Fri, 24 Apr 2009 15:00:23 +0530

PLease please help/advice

Regards
Irf

On Fri, Apr 24, 2009 at 2:38 PM, Irfan Sayed <irfu.sayed_at_gmail.com> wrote:

> 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=1888852

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-24 11:31:20 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.