diff options
author | Scott Duplichan <scott@notabs.org> | 2011-04-30 00:17:23 +0000 |
---|---|---|
committer | Scott Duplichan <scott@notabs.org> | 2011-04-30 00:17:23 +0000 |
commit | 0401f732f4382ac5c0cd60d41fe71edb43405fce (patch) | |
tree | 5f6424230f09fdb785d22456af0143a82277073c /conf/passwd | |
parent | 95ebe66f7f5fef64d363cb48e5a441ad505353d1 (diff) |
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6550 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 0000000000..d22bafc5be --- /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
|