WoWInterface SVN Blessed

[/] [conf/] [authz] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 Ailae-78500
### This file is an example authorization file for svnserve.
2 Ailae-78500
### Its format is identical to that of mod_authz_svn authorization
3 Ailae-78500
### files.
4 Ailae-78500
### As shown below each section defines authorizations for the path and
5 Ailae-78500
### (optional) repository specified by the section name.
6 Ailae-78500
### The authorizations follow. An authorization line can refer to:
7 Ailae-78500
###  - a single user,
8 Ailae-78500
###  - a group of users defined in a special [groups] section,
9 Ailae-78500
###  - an alias defined in a special [aliases] section,
10 Ailae-78500
###  - all authenticated users, using the '$authenticated' token,
11 Ailae-78500
###  - only anonymous users, using the '$anonymous' token,
12 Ailae-78500
###  - anyone, using the '*' wildcard.
13 Ailae-78500
###
14 Ailae-78500
### A match can be inverted by prefixing the rule with '~'. Rules can
15 Ailae-78500
### grant read ('r') access, read-write ('rw') access, or no access
16 Ailae-78500
### ('').
17 Ailae-78500
 
18 Ailae-78500
[aliases]
19 Ailae-78500
# joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Average
20 Ailae-78500
 
21 Ailae-78500
[groups]
22 Ailae-78500
# harry_and_sally = harry,sally
23 Ailae-78500
# harry_sally_and_joe = harry,sally,&joe
24 Ailae-78500
 
25 Ailae-78500
# [/foo/bar]
26 Ailae-78500
# harry = rw
27 Ailae-78500
# &joe = r
28 Ailae-78500
# * =
29 Ailae-78500
 
30 Ailae-78500
# [repository:/baz/fuz]
31 Ailae-78500
# @harry_and_sally = rw
32 Ailae-78500
# * = r