summaryrefslogtreecommitdiff
path: root/conf/authz
diff options
context:
space:
mode:
authorScott Duplichan <scott@notabs.org>2011-04-30 00:17:23 +0000
committerScott Duplichan <scott@notabs.org>2011-04-30 00:17:23 +0000
commit0401f732f4382ac5c0cd60d41fe71edb43405fce (patch)
tree5f6424230f09fdb785d22456af0143a82277073c /conf/authz
parent95ebe66f7f5fef64d363cb48e5a441ad505353d1 (diff)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6550 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'conf/authz')
-rw-r--r--conf/authz32
1 files changed, 32 insertions, 0 deletions
diff --git a/conf/authz b/conf/authz
new file mode 100644
index 0000000000..90d8838884
--- /dev/null
+++ b/conf/authz
@@ -0,0 +1,32 @@
+### 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