summaryrefslogtreecommitdiff
path: root/_test/conf/acl.auth.php
blob: 49574072002f6c3ce960f309a0b1b398e550a9a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
private:*       @ALL        0

# for testing wildcards:
users:*            @ALL         1
users:%USER%:*     %USER%       16
groups:*           @ALL         1
groups:%GROUP%:*   %GROUP%      16