phabricator
phabricator copied to clipboard
Packages needs for SVN server open Cyrus SASL authentication
Diffusion page can't see SVN source code
Error:
svn: E210007: Cannot negotiate authentication mechanism
After check SVN server svnserve.conf
[sasl]
### This option specifies whether you want to use the Cyrus SASL
### library for authentication. Default is false.
### This section will be ignored if svnserve is not built with Cyrus
### SASL support; to check, run 'svnserve --version' and look for a line
### reading 'Cyrus SASL authentication is available.'
use-sasl = true
Sol:
zypper -n install cyrus-sasl cyrus-sasl-plain
If you want to send through a PR to resolve this, then I can merge it in.