diff options
author | riopwg <riopwg@piwigo.org> | 2010-09-10 21:12:13 +0000 |
---|---|---|
committer | riopwg <riopwg@piwigo.org> | 2010-09-10 21:12:13 +0000 |
commit | d1f86f09c491d2cf2c41ee9feb1340c518bdb8c6 (patch) | |
tree | 5535ba840331476f3fb6af8ce439582042deaf2c /conf/passwd | |
parent | 7b515a89ccc6188246977a5dfdfa1969ff705546 (diff) |
git-svn-id: http://piwigo.org/svn/trunk@6875 68402e56-0260-453c-a942-63ccdbb3a9ee
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 000000000..d22bafc5b --- /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
|