2024年11月CentOS系统安装使用Subversion的方法(2)

发布时间:

  ⑴### 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

  ⑺### These options specify the desired strength of the security layer

  ⑻### that you want SASL to provide. means no encryption, means

  ⑼### integrity-checking only, values larger than are correlated

  ⑽### to the effective key length for encryption (e.g. means -bit

  ⑾### encryption。 The values below are the defaults.

  ⑿# min-encryption =

  ⒀# max-encryption =

  ⒁vim passwd

  ⒂### This file is an example password file for svnserve.

  ⒃### Its format is similar to that of svnserve.conf. As shown in the

  ⒄### example below it contains one section labelled [users]。

  ⒅### The name and password for each user follow, one aount per line.

  ⒆# harry = harryssecret

  ⒇# sally = sallyssecret

  ⒈rockeng =