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

Re: Re: ldap authentication in subversion

From: Irfan Sayed <irfu.sayed_at_gmail.com>
Date: Fri, 24 Apr 2009 17:40:35 +0530

Sorry.
Here is the updated one.

 <Location "/svn">
        DAV svn
        SVNParentPath /usr/local/svn
        SVNListParentPath On
        SVNAutoversioning On
        AuthBasicProvider ldap
        AuthType Basic
        AuthzLDAPAuthoritative off
        AuthName "My "
        AuthLDAPURL
"ldap://sppufls01.exfo.com:389/DC=exfo.com?sAMAccountName?sub?(objectClass=*)"
        AuthLDAPBindDN "CN=irfsay1,CN=Users,DC=exfo.com"
        AuthLDAPBindPassword jaba_1234
        AuthzSVNAccessFile /etc/subversion/acl
 # require ldap-group CN=irfsay1,CN=Users,DC=exfo.com
        require valid-user
</Location>

Still it is not working. i think the problem is that 389 port might
not be opened on the windows domain controller. Is it neccessary that
it should be opened??

Please advice
Regards
Irf

On 4/24/09, webpost_at_tigris.org <webpost_at_tigris.org> wrote:
> Apparently from what you write here, you have two AuthLDAPBindDN directives
> in your httpd.conf.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1890469
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].
>

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

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