From 92a343ee6465a52d16a48d4f1d674b2feae4b583 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sat, 16 Jun 2007 09:38:17 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@265 b956fd51-792f-4845-bead-9b4dfca2ff2c --- conf/authz | 21 --------------------- conf/passwd | 8 -------- conf/svnserve.conf | 30 ------------------------------ 3 files changed, 59 deletions(-) delete mode 100644 conf/authz delete mode 100644 conf/passwd delete mode 100644 conf/svnserve.conf (limited to 'conf') 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 diff --git a/conf/passwd b/conf/passwd deleted file mode 100644 index d22bafc5..00000000 --- a/conf/passwd +++ /dev/null @@ -1,8 +0,0 @@ -### This file is an example password file for svnserve. -### Its format is similar to that of svnserve.conf. As shown in the -### example below it contains one section labelled [users]. -### The name and password for each user follow, one account per line. - -[users] -# harry = harryssecret -# sally = sallyssecret diff --git a/conf/svnserve.conf b/conf/svnserve.conf deleted file mode 100644 index 089b0d0e..00000000 --- a/conf/svnserve.conf +++ /dev/null @@ -1,30 +0,0 @@ -### This file controls the configuration of the svnserve daemon, if you -### use it to allow access to this repository. (If you only allow -### access through http: and/or file: URLs, then this file is -### irrelevant.) - -### Visit http://subversion.tigris.org/ for more information. - -[general] -### These options control access to the repository for unauthenticated -### and authenticated users. Valid values are "write", "read", -### and "none". The sample settings below are the defaults. -# anon-access = read -# auth-access = write -### The password-db option controls the location of the password -### database file. Unless you specify a path starting with a /, -### the file's location is relative to the conf directory. -### Uncomment the line below to use the default password file. -# password-db = passwd -### The authz-db option controls the location of the authorization -### rules for path-based access control. Unless you specify a path -### starting with a /, the file's location is relative to the conf -### directory. If you don't specify an authz-db, no path-based access -### control is done. -### Uncomment the line below to use the default authorization file. -# authz-db = authz -### This option specifies the authentication realm of the repository. -### If two repositories have the same authentication realm, they should -### have the same password database, and vice versa. The default realm -### is repository's uuid. -# realm = My First Repository -- cgit v1.2.3