Problem with SVN + Sasl2 + Auxprop + Sasldb
From: Nick Williams <nicholas_at_nicholaswilliams.net>
Date: Sat, 5 Feb 2011 11:34:57 -0600
I'm new to administrating SVN, but I have read about half (the most relevant sections) of "Version Control with Subversion" from svnbook.red-bean.com. I spent about 3-4 hours Googling this problem, but I found nothing that was able to help me move forward with my new SVN server.
Here's my setup:
OpenSUSE Linux 10.3
Here's my configuration (I'm logged in as root for all of this):
$ ls -l /svn/repos/conf/
$ more /svn/repos/conf/svnserve.conf
[sasl]
$ ls -l /etc/sasl2/
$ more /etc/sasl2/slapd.conf (already set up by Sasl)
$ more /etc/sasl2/svn.conf
$ saslpasswd2 -c -f /etc/sasl2/nwts-db -u NWTechServe nicholas
$ sasldblistusers2 -f /etc/sasl2/nwts-db
$ /etc/init.d/saslauthd start
$ testsaslauthd -u nicholas -p [password]
$ testsaslauthd -u nicholas -p [password] -r NWTechServe
$ testsaslauthd -u nicholas -p [password] -s svn
$ testsaslauthd -u nicholas -p [password] -r NWTechServe -s svn
$ testsaslauthd -u nicholas -p [password] -f /etc/sasl2/nwts-db
$ testsaslauthd -u nicholas -p [password] -r NWTechServe -f /etc/sasl2/nwts-db
$testsaslauthd -u nicholas -p [password] -s svn -f /etc/sasl2/nwts-db
$testsaslauthd -u nicholas -p [password] -r NWTechServe -s svn -f /etc/sasl2/nwts-db
I've also tried running svnserve (as root) and trying to connect but "svn: Could not obtain the list of SASL mechanisms". However, I don't think that result is even valid yet, as I can't even successfully test my Sasl configuration.
I'm hoping I'm making an obvious error that someone on this list will see.
Any ideas?
Thanks!
Nick
|
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.