source: branches/casa-prerelease/conf/authz @ 2042

Last change on this file since 2042 was 2042, checked in by Kana Sugimoto, 13 years ago

created a place to store prerelease branch for CASA-ASAP

File size: 684 bytes
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 repository browser.