From 32e82180a785b09b1886cf44ecca5ed22ce37b9d Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 30 Jun 2012 14:19:51 +0200 Subject: fixed group wildcards and added tests --- _test/conf/acl.auth.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '_test/conf/acl.auth.php') diff --git a/_test/conf/acl.auth.php b/_test/conf/acl.auth.php index 14344d778..8a1b01f23 100644 --- a/_test/conf/acl.auth.php +++ b/_test/conf/acl.auth.php @@ -19,3 +19,9 @@ # delete 16 * @ALL 8 + +# for testing wildcards: +users:* @ALL 1 +users:%USER%:* %USER% 16 +groups:* @ALL 1 +groups:%GROUP%:* %GROUP% 16 -- cgit v1.2.3