root/wifidogadmin/conf/authz

Revision 479, 0.7 kB (checked in by insultant, 8 months ago)

--

Line 
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 a
7 ### single user, to a group of users defined in a special [groups]
8 ### section, or to anyone using the '*' wildcard.  Each definition can
9 ### grant read ('r') access, read-write ('rw') access, or no access
10 ### ('').
11
12 [groups]
13 # harry_and_sally = harry,sally
14
15 # [/foo/bar]
16 # harry = rw
17 # * =
18
19 # [repository:/baz/fuz]
20 # @harry_and_sally = rw
21 # * = r
Note: See TracBrowser for help on using the browser.