From 6d9dfcfcbb7d512c307e65ad7d6e68f74bef1d5a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 18 Jan 2006 10:49:00 +0000 Subject: [PATCH] The "mike" user now has access to all databases, due to special "*" --- etc/example.simple-auth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/example.simple-auth b/etc/example.simple-auth index 4122d6a..b96f8a8 100644 --- a/etc/example.simple-auth +++ b/etc/example.simple-auth @@ -1,4 +1,4 @@ -# $Id: example.simple-auth,v 1.3 2006-01-18 10:35:04 robstyles Exp $ +# $Id: example.simple-auth,v 1.4 2006-01-18 10:49:00 mike Exp $ # # Sample user-register for YP2's simple authentication. Each # non-blank line either begins with a hash (in which case it is a @@ -7,7 +7,7 @@ # corresponding password, and a comma-separated list of the databases # that user is allowed to access. -mike:quercus:idgils,Default,dummy +mike:quercus:* adam:betula:loc,idgils,Default,dummy rob:nothofagus:loc,idgils,foo,bar,baz FooOnlyUser:FooOnlyPassword:foo -- 1.7.10.4