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

RE: Can't authenticate with svnserve + SASL

From: Rippit the Ogg Frog <rippit_at_oggfrog.com>
Date: Mon, 10 Aug 2009 12:04:16 -0700 (PDT)

I should have also included my config files...

$ grep -v \# svnserve.conf

[general]
anon-access = none
auth-access = write
realm = oggfrog

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

... when I'm prompted for my password, the realm is correctly shown as "oggfrog".

$ cat /etc/sasl2/svn.conf
pwcheck_method: auxprop
auxprop_plugin: sasldb
sasldb_path: /etc/sasl2/svn_passwd
mech_list: DIGEST-MD5

Does it matter whether DIGEST-MD5 is upper or lower case?

Here is the config command from the Cyrus-SASL SlackBuild scrip:

./configure \
  --prefix=/usr \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --disable-static \
  --enable-login \
  --disable-anon \
  --without-ldap \
  --with-saslauthd \
  --without-des \
  --with-gdbm \
  --with-dblib=gdbm

ls /usr/lib/sasl2/ | cat
libcrammd5.la*
libcrammd5.so@
libcrammd5.so.2@
libcrammd5.so.2.0.22*
libdigestmd5.la*
libdigestmd5.so@
libdigestmd5.so.2@
libdigestmd5.so.2.0.22*
liblogin.la*
liblogin.so@
liblogin.so.2@
liblogin.so.2.0.22*
libplain.la*
libplain.so@
libplain.so.2@
libplain.so.2.0.22*
libsasldb.la*
libsasldb.so@
libsasldb.so.2@
libsasldb.so.2.0.22*

... so SASL should support digest-md5.

Thanks again! -- Rippit

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-10 21:05:35 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.