phabricator icon indicating copy to clipboard operation
phabricator copied to clipboard

Packages needs for SVN server open Cyrus SASL authentication

Open rosstang2565 opened this issue 6 years ago • 1 comments

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

rosstang2565 avatar Dec 13 '17 10:12 rosstang2565

If you want to send through a PR to resolve this, then I can merge it in.

hach-que avatar Dec 13 '17 18:12 hach-que