(no commit message)
[hooke.git] / conf / svnserve.conf
1 ### This file controls the configuration of the svnserve daemon, if you\r
2 ### use it to allow access to this repository.  (If you only allow\r
3 ### access through http: and/or file: URLs, then this file is\r
4 ### irrelevant.)\r
5 \r
6 ### Visit http://subversion.tigris.org/ for more information.\r
7 \r
8 [general]\r
9 ### These options control access to the repository for unauthenticated\r
10 ### and authenticated users.  Valid values are "write", "read",\r
11 ### and "none".  The sample settings below are the defaults.\r
12 # anon-access = read\r
13 # auth-access = write\r
14 ### The password-db option controls the location of the password\r
15 ### database file.  Unless you specify a path starting with a /,\r
16 ### the file's location is relative to the directory containing\r
17 ### this configuration file.\r
18 ### If SASL is enabled (see below), this file will NOT be used.\r
19 ### Uncomment the line below to use the default password file.\r
20 # password-db = passwd\r
21 ### The authz-db option controls the location of the authorization\r
22 ### rules for path-based access control.  Unless you specify a path\r
23 ### starting with a /, the file's location is relative to the the\r
24 ### directory containing this file.  If you don't specify an\r
25 ### authz-db, no path-based access control is done.\r
26 ### Uncomment the line below to use the default authorization file.\r
27 # authz-db = authz\r
28 ### This option specifies the authentication realm of the repository.\r
29 ### If two repositories have the same authentication realm, they should\r
30 ### have the same password database, and vice versa.  The default realm\r
31 ### is repository's uuid.\r
32 # realm = My First Repository\r
33 \r
34 [sasl]\r
35 ### This option specifies whether you want to use the Cyrus SASL\r
36 ### library for authentication. Default is false.\r
37 ### This section will be ignored if svnserve is not built with Cyrus\r
38 ### SASL support; to check, run 'svnserve --version' and look for a line\r
39 ### reading 'Cyrus SASL authentication is available.'\r
40 # use-sasl = true\r
41 ### These options specify the desired strength of the security layer\r
42 ### that you want SASL to provide. 0 means no encryption, 1 means\r
43 ### integrity-checking only, values larger than 1 are correlated\r
44 ### to the effective key length for encryption (e.g. 128 means 128-bit\r
45 ### encryption). The values below are the defaults.\r
46 # min-encryption = 0\r
47 # max-encryption = 256\r