먼저 설치해야 할 것
1 |
yum -y install cyrus-sasl* |
svnserve.conf
1 2 3 4 5 6 7 8 |
[general] anon-access = none auth-access = write # password-db = passwd # authz-db = authz realm = my_first_repository # 만약 saslpasswd2에서 -u 옵션을 사용할때는 realm과 매칭이 되어야 함 [SASL] use-sasl = true |
사용자 관리
1 2 3 |
$ saslpasswd2 -c anyxxxxxx $ sasldblistusers2 $ saslpasswd2 -d anyxxxxxx |