RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

Packages needs for SVN server open Cyrus SASL authentication #90

Open rosstang2565 opened 6 years ago

rosstang2565 commented 6 years ago

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
hach-que commented 6 years ago

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