diff options
author | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-18 18:04:25 +0000 |
---|---|---|
committer | Tobias Sarnowski <tobias@trustedco.de> | 2012-04-18 18:04:25 +0000 |
commit | 9c6354e5be3db406fa7f0966d65063e1d3b4d242 (patch) | |
tree | 4f623d8cf68172dc33fd400569ef0c42738da407 /_test/conf/acl.auth.php | |
parent | 12ee47747b9cb9a810efab28352eeb0f0bbb9998 (diff) | |
download | rpg-9c6354e5be3db406fa7f0966d65063e1d3b4d242.tar.gz rpg-9c6354e5be3db406fa7f0966d65063e1d3b4d242.tar.bz2 |
use original conf directory and only shadow special files
https://github.com/splitbrain/dokuwiki/pull/96#issuecomment-5195756
Diffstat (limited to '_test/conf/acl.auth.php')
-rw-r--r-- | _test/conf/acl.auth.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/_test/conf/acl.auth.php b/_test/conf/acl.auth.php new file mode 100644 index 000000000..14344d778 --- /dev/null +++ b/_test/conf/acl.auth.php @@ -0,0 +1,21 @@ +# acl.auth.php +# <?php exit()?> +# Don't modify the lines above +# +# Access Control Lists +# +# Editing this file by hand shouldn't be necessary. Use the ACL +# Manager interface instead. +# +# If your auth backend allows special char like spaces in groups +# or user names you need to urlencode them (only chars <128, leave +# UTF-8 multibyte chars as is) +# +# none 0 +# read 1 +# edit 2 +# create 4 +# upload 8 +# delete 16 + +* @ALL 8 |