diff options
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-spring/conf/passwd')
-rw-r--r-- | branches/sca-java-1.x/modules/implementation-spring/conf/passwd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-spring/conf/passwd b/branches/sca-java-1.x/modules/implementation-spring/conf/passwd new file mode 100644 index 0000000000..d22bafc5be --- /dev/null +++ b/branches/sca-java-1.x/modules/implementation-spring/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
|