Hello, Thanks a lot, found my mistake -- a very-very-very stupid typo. Everything works now.
Best regards, Maxim Nazarenko On 7 April 2011 02:08, Rodolfo Gouveia <[email protected]> wrote: > On Wed, Apr 06, 2011 at 06:27:08PM -0700, Maxim Nazarenko wrote: >> Hello >> >> I have nearly identical setup and my problem is the same: SASL(-13): >> user not found: no >> secret in database. My file locations and permissions seem to be >> correct, however svnserve dtill doesn't work. What did you do to solve >> it? > > Here some notes from my setup. > > sasl part of svnserve.conf: > [sasl] > use-sasl = true > min-encryption = 128 > max-encryption = 256 > > create /usr/local/lib/sasl2/svn.conf: > pwcheck_method: auxprop > auxprop_plugin: sasldb > sasldb_path: /etc/svn-sasldb2 > mech_list: DIGEST-MD5 > > create database: > saslpasswd2 -c -f /etc/svn-sasldb2 -u REALM USERNAME > > Hope it helps. > > cheers, > --rodolfo

