Author: philip
Date: Tue Feb 17 23:27:38 2015
New Revision: 1660536
URL: http://svn.apache.org/r1660536
Log:
* subversion/tests/cmdline/README: Update SASL instructions.
Modified:
subversion/trunk/subversion/tests/cmdline/README
Modified: subversion/trunk/subversion/tests/cmdline/README
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/README?rev=1660536&r1=1660535&r2=1660536&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/README (original)
+++ subversion/trunk/subversion/tests/cmdline/README Tue Feb 17 23:27:38 2015
@@ -180,8 +180,8 @@ or if you're running an individual test,
$ ./basic_tests.py --url=svn://localhost --enable-sasl 3
-Note that to do this you'll have to have a subversion.conf file in your
-SASL lib dir (i.e. something like /usr/lib/sasl2/subversion.conf), it
+Note that to do this you'll have to have a svn.conf file in your
+SASL lib dir (i.e. something like /usr/lib/sasl2/svn.conf), it
should contain something like:
pwcheck_method: auxprop
@@ -195,6 +195,16 @@ $ saslpasswd2 -c -u svntest jconstant
As usual, both users should use the password 'rayjandom'.
+To enable DUMP_LOAD_CROSS_CHECK to work a third user is required,
+
+$ saslpasswd2 -c -u svntest __dumpster__
+
+with password '__loadster__'.
+
+The user running the tests will need read access to the sasl database
+and on some systems this can be arranged by adding the user to the sasl
+group.
+
There are 'make svnserveautocheck' and ./svnserveautocheck.sh commands,
analogous to davautocheck.sh documented above.