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

Re: SVN LDAP authentication with SASL

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 20 May 2008 16:06:48 -0400

On Tue, May 20, 2008 at 3:08 PM, james donovan <james13d_at_yahoo.com> wrote:

> We would like to use ldap user authentication for SVN. We have upgraded to
> SVN 1.5 RC5 that supports sasl and I'm using RedHat 5. I'm sure that we have
> sasl configured to talk to ldap correctly and we have ldap configured
> correctly by the success of the two command:

> I've added a svn.conf file:
>
> [root_at_cobra sasl2]# more /opt/CollabNet_Subversion/lib/sasl2/svn.conf
> pwcheck_method: saslauthd
> auxprop_plugin: ldap

Don't you still need to specify the mechs you want to use?

mech_list: ANONYMOUS DIGEST-MD5

> When I try to connect to the svn repository I get an error:
>
> % /opt/CollabNet_Subversion/bin/svn co svn://cobra/d01/repos15/test
> Username: hbl313
> Password for 'hbl3135':
> svn: Authentication error from server: SASL(-13): user not found: no OTP
> secret in database
>
> Doing a trace on svnserve, it's looking for a local database /etc/sasldb2
> and not connecting to ldap.

OTP is one of the possible SASL mechs. So maybe you just need to
specify the ones you want to use and it will not try to use it?

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-20 22:07: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.