svnserve and SASL problems
From: Shareef Jalloq <Shareef.Jalloq_at_lightblueoptics.com>
Date: Tue, 30 Jun 2009 14:29:59 +0100
Hi there,
I'm in the process of setting up a new Ubuntu 9.04 server and am trying
I've pretty much followed the guide exactly and have checked that I can
svnserve.conf:
[general]
realm = svn_realm
[sasl]
use-sasl = true
min-encryption = 128
max-encryption = 256
/etc/sasl2/svn.conf:
pwcheck_method: auxprop
auxprop_plugin: sasldb
sasldb_path: /etc/svn_sasldb
mech_list: DIGEST-MD5
And this is my single user in my sasldb:
ubuntu-server:/etc/sasl2> sasldblistusers2 -f /etc/svn_sasldb
sjalloq_at_svn_realm: userPassword
However, when I try to connect using Tortoise (version 1.5.4 and now
Error: Authentication error from server: SASL(-13): user not found: no
What else is weird is that in my auth.log I get a warning that
Jun 30 14:21:58 ubuntu-server svnserve: unable to open
which suggests that svnserve isn't looking in the correct place.
What are my next steps for debugging?
Thanks, Shareef.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.