X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=etc%2Fexample.simple-auth;h=4122d6a7bf210d9380f049ee0fb7cd4d29cc9137;hb=9f5805eddbde6e4e966531436631aa9bb3723615;hp=ebee665970306140f50ee7b7c62b5003b3c929dd;hpb=cf025fc6ebd438c7ad1ddbd05b63f10a29a944e7;p=metaproxy-moved-to-github.git diff --git a/etc/example.simple-auth b/etc/example.simple-auth index ebee665..4122d6a 100644 --- a/etc/example.simple-auth +++ b/etc/example.simple-auth @@ -1,10 +1,13 @@ -# $Id: example.simple-auth,v 1.1 2006-01-16 16:29:49 mike Exp $ +# $Id: example.simple-auth,v 1.3 2006-01-18 10:35:04 robstyles Exp $ # # Sample user-register for YP2's simple authentication. Each # non-blank line either begins with a hash (in which case it is a -# comment, and is ignored) or consists of a username and a password -# sparated by a colon (with no spaces). +# comment, and is ignored) or is a user-register entry. Each entry +# consists of three colon-separated fields: a username, a +# corresponding password, and a comma-separated list of the databases +# that user is allowed to access. -mike:quercus -adam:betula -rob:nothofagus +mike:quercus:idgils,Default,dummy +adam:betula:loc,idgils,Default,dummy +rob:nothofagus:loc,idgils,foo,bar,baz +FooOnlyUser:FooOnlyPassword:foo