diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-06-16 09:38:17 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-06-16 09:38:17 +0000 |
commit | 92a343ee6465a52d16a48d4f1d674b2feae4b583 (patch) | |
tree | 796bbc4ee603118d8701a754e8b2750b051fd3ce /conf/authz | |
parent | a5edf603c98975c4f681dfb58510412d832b45b0 (diff) | |
download | usdx-92a343ee6465a52d16a48d4f1d674b2feae4b583.tar.gz usdx-92a343ee6465a52d16a48d4f1d674b2feae4b583.tar.xz usdx-92a343ee6465a52d16a48d4f1d674b2feae4b583.zip |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@265 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'conf/authz')
-rw-r--r-- | conf/authz | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/conf/authz b/conf/authz deleted file mode 100644 index 3407445f..00000000 --- a/conf/authz +++ /dev/null @@ -1,21 +0,0 @@ -### 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, to a group of users defined in a special [groups]
-### section, or to anyone using the '*' wildcard. Each definition can
-### grant read ('r') access, read-write ('rw') access, or no access
-### ('').
-
-[groups]
-# harry_and_sally = harry,sally
-
-# [/foo/bar]
-# harry = rw
-# * =
-
-# [repository:/baz/fuz]
-# @harry_and_sally = rw
-# * = r
|