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

SASL Problem: Could not obtain the list of SASL mechanisms

From: B. Boom <bobo_at_intronet.nl>
Date: Fri, 30 Jan 2009 11:23:00 +0100

Hi, I'm trying to set up my first Subversion server, but I'm running into a
problem with SASL.

As long as SASL is disabled in svnserve.conf, I can connect to the repository
without trouble. However, as soon as I set "use-sasl = true" the client fails
with the following message:

"Could not obtain the list of SASL mechanisms"

I can't find out what is going wrong. Any pointers or solutions would be much
appreciated.

Sincerely,

.Bobo

Specs:

Server is running Debian 5.0, using the SVN and SASL packages from the testing
branche. Client is Windows 2000 using TortoiseSVN.

The svnserve.conf contains:

[sasl]
use-sasl = true
min-encryption = 128
max-encryption = 256

Turning off encryption made no difference.

The SASL config in /usr/lib/sasl2/svn.conf:

pwcheck_method: auxprop
auxprop_plugin: sasldb
mech_list: DIGEST-MD5

Trying other mechanisms (tried ANONYMOUS and CRAM-MD5) made no difference.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-30 15:34:09 CET

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.