summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-spring/conf/authz
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-05-06 11:19:09 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-05-06 11:19:09 +0000
commit568e63c694c6208daf7c285a79cee156a3994803 (patch)
treec54106a5955a5a1398607cfc619b5d45721c0011 /branches/sca-java-1.x/modules/implementation-spring/conf/authz
parent542f159678b8ed1a5183ebd281d3ad8035a4b59e (diff)
Removing unwanted files, got in accidentaly
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-spring/conf/authz')
-rw-r--r--branches/sca-java-1.x/modules/implementation-spring/conf/authz32
1 files changed, 0 insertions, 32 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-spring/conf/authz b/branches/sca-java-1.x/modules/implementation-spring/conf/authz
deleted file mode 100644
index 90d8838884..0000000000
--- a/branches/sca-java-1.x/modules/implementation-spring/conf/authz
+++ /dev/null
@@ -1,32 +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,
-### - 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