Merge pull request #4230 from dokuwiki-translate/lang_update_830_1709550808
[dokuwiki.git] / _test / conf / acl.auth.php
blob49574072002f6c3ce960f309a0b1b398e550a9a9
1 # acl.auth.php
2 # <?php exit()?>
3 # Don't modify the lines above
5 # Access Control Lists
7 # Editing this file by hand shouldn't be necessary. Use the ACL
8 # Manager interface instead.
10 # If your auth backend allows special char like spaces in groups
11 # or user names you need to urlencode them (only chars <128, leave
12 # UTF-8 multibyte chars as is)
14 # none 0
15 # read 1
16 # edit 2
17 # create 4
18 # upload 8
19 # delete 16
21 * @ALL 8
22 private:* @ALL 0
24 # for testing wildcards:
25 users:* @ALL 1
26 users:%USER%:* %USER% 16
27 groups:* @ALL 1
28 groups:%GROUP%:* %GROUP% 16