~allison/ubuntu/raring/libsvn-web-perl/fix-for-1106378

« back to all changes in this revision

Viewing changes to t/repos/conf/authz

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2012-10-22 21:08:14 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20121022210814-5wru25mlw6dakkr8
Tags: 0.63-1
* New Upstream version
* Updated dependencies
* Switched to Debhelper 8
* Set locale for running tests

Show diffs side-by-side

added added

removed removed

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