diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-06-16 09:31:40 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-06-16 09:31:40 +0000 |
commit | a5edf603c98975c4f681dfb58510412d832b45b0 (patch) | |
tree | 2c597ca2dc638e1b236636c2d337fc987e126f51 /conf/passwd | |
parent | 4cf257760367a59740e80cbb34dcc3a0ef6adedc (diff) | |
download | usdx-a5edf603c98975c4f681dfb58510412d832b45b0.tar.gz usdx-a5edf603c98975c4f681dfb58510412d832b45b0.tar.xz usdx-a5edf603c98975c4f681dfb58510412d832b45b0.zip |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@264 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'conf/passwd')
-rw-r--r-- | conf/passwd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/passwd b/conf/passwd new file mode 100644 index 00000000..d22bafc5 --- /dev/null +++ b/conf/passwd @@ -0,0 +1,8 @@ +### 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
|