raichea wrote on Mon, Apr 29, 2013 at 23:01:51 +0100: > On 29/04/2013 21:55, Daniel Shahaf wrote: >> >> The fact it's commented out rather than not present implies svnserve was >> built with SASL support; 'svnserve --version' will confirm that. >> >> Just a possibly-relevant fact... >> >> Daniel >> > Hmm, thanks... well, the output from that command includes: > > "Cyrus SASL authentication is available." > > So I think you're right. However, as the use-sasl entry in the conf file > is commented out (along with all the other sasl stuff) I would hope it's > not trying to use it.... >
Instead of hoping, just uncomment it and set it to "false". :-) > Steve