[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 22:31:26 +0530

Hi,

now i have updated httpd.conf file and it looks as follows

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

</Location>

but still the error is "password mismatch"

please advice

Regards
Irf

On 4/24/09, Tyler Roscoe <tyler_at_cryptio.net> wrote:
> On Fri, Apr 24, 2009 at 09:42:24PM +0530, Irfan Sayed wrote:
>> Please please advice
>
> I think bumping your own posts like this, especially after less than 1
> hour, and double especially when a whole boatload of people are already
> trying to help you, is pretty rude.
>
> I don't know anything about ldap auth so maybe you don't care about me,
> but you might want to be aware of the impression you are making in the
> community.
>
> tyler
>

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

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