Sha256: ba83ef67042c18d44f2c5cb2fd278094c2f652e11ed353cf6f371f04015704f2

Contents?: true

Size: 1.05 KB

Versions: 25

Compression:

Stored size: 1.05 KB

Contents

### This file is an example authorization file for svnserve.
### Its format is identical to that of mod_authz_svn authorization
### files.
### As shown below each section defines authorizations for the path and
### (optional) repository specified by the section name.
### The authorizations follow. An authorization line can refer to:
###  - a single user,
###  - a group of users defined in a special [groups] section,
###  - an alias defined in a special [aliases] section,
###  - all authenticated users, using the '$authenticated' token,
###  - only anonymous users, using the '$anonymous' token,
###  - anyone, using the '*' wildcard.
###
### A match can be inverted by prefixing the rule with '~'. Rules can
### grant read ('r') access, read-write ('rw') access, or no access
### ('').

[aliases]
# joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Average

[groups]
# harry_and_sally = harry,sally
# harry_sally_and_joe = harry,sally,&joe

# [/foo/bar]
# harry = rw
# &joe = r
# * =

# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
ohloh_scm-2.5.1 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.14 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.13 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.12 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.11 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.10 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.9 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.8 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.7 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.6 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.5 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.4 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.3 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.1 test/repositories/svn_empty/conf/authz
ohloh_scm-2.4.0 test/repositories/svn_empty/conf/authz
ohloh_scm-2.3.5 test/repositories/svn_empty/conf/authz
ohloh_scm-2.3.4 test/repositories/svn_empty/conf/authz
ohloh_scm-2.3.2 test/repositories/svn_empty/conf/authz
ohloh_scm-2.3.1 test/repositories/svn_empty/conf/authz
ohloh_scm-2.3.0 test/repositories/svn_empty/conf/authz