Hopefully reverted to r193 after mbrucale's incident
[hooke.git] / conf / authz
diff --git a/conf/authz b/conf/authz
deleted file mode 100644 (file)
index 90d8838..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-### This file is an example authorization file for svnserve.\r
-### Its format is identical to that of mod_authz_svn authorization\r
-### files.\r
-### As shown below each section defines authorizations for the path and\r
-### (optional) repository specified by the section name.\r
-### The authorizations follow. An authorization line can refer to:\r
-###  - a single user,\r
-###  - a group of users defined in a special [groups] section,\r
-###  - an alias defined in a special [aliases] section,\r
-###  - all authenticated users, using the '$authenticated' token,\r
-###  - only anonymous users, using the '$anonymous' token,\r
-###  - anyone, using the '*' wildcard.\r
-###\r
-### A match can be inverted by prefixing the rule with '~'. Rules can\r
-### grant read ('r') access, read-write ('rw') access, or no access\r
-### ('').\r
-\r
-[aliases]\r
-# joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Average\r
-\r
-[groups]\r
-# harry_and_sally = harry,sally\r
-# harry_sally_and_joe = harry,sally,&joe\r
-\r
-# [/foo/bar]\r
-# harry = rw\r
-# &joe = r\r
-# * =\r
-\r
-# [repository:/baz/fuz]\r
-# @harry_and_sally = rw\r
-# * = r\r