From a5edf603c98975c4f681dfb58510412d832b45b0 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sat, 16 Jun 2007 09:31:40 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@264 b956fd51-792f-4845-bead-9b4dfca2ff2c --- conf/authz | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 conf/authz (limited to 'conf/authz') diff --git a/conf/authz b/conf/authz new file mode 100644 index 00000000..3407445f --- /dev/null +++ b/conf/authz @@ -0,0 +1,21 @@ +### 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 -- cgit v1.2.3