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

Re: [PATCH] Authentication for svnserve using LDAP

From: finebanana <hendra_at_oraclelinux.org>
Date: Wed, 29 Oct 2008 03:05:52 -0700 (PDT)

Hi Guys,

Anyone managed to get this to work? I've tried this patch on Subversion
1.5.1 and after a successful compilation, svnserve is still looking for
password-db under [general] in svnserve.conf and the [ldap] section is
totally ignored. This is now my svnserve.conf looks like
-----------------------
[general]
anon-access = none
auth-access = write
#password-db = ../../passwd
#realm = w.affle.sg

[ldap]
Server = ldap://myldap:389/
Base = dc=example,dc=com
BindName = cn=admin,dc=example,dc=com
BindPass = secret
UserIdAttr = uid
-------------------------
with password-db commented out, the client will quickly respond with "svn:
No access allowed to this repository" and it doesnt matter what i put under
[ldap] section.

Is there anything else I need to configure?

Carlos Alberto Costa Beppler wrote:
>
> But this appears to be simpler to configure than SASL, specially on
> Windows.
>
> 2008/1/31, Eric Gillespie <epg_at_google.com>:
>> "Ivlev, Eugene" <eivlev_at_esignaldev.com> writes:
>>
>> > Authentication for svnserve using LDAP. Information about LDAP setting
>> > contains in svnserve.conf. <br>
>>
>> Er, isn't there a SASL LDAP module? And if not, I think you
>> should write one, not clutter svnserve up with its own
>> implementation.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
>> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>
>
>

-- 
View this message in context: http://www.nabble.com/-PATCH--Authentication-for-svnserve-using-LDAP-tp15214195p20223950.html
Sent from the Subversion Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-29 11:06:05 CET

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

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