xref: /plugin/farmer/_animal/conf/acl.auth.php (revision 9a6163bc8c5e1e1eaa3160c5b2e09f201cb168d4)
1*9a6163bcSAndreas Gohr# acl.auth.php
2*9a6163bcSAndreas Gohr# <?php exit()?>
3*9a6163bcSAndreas Gohr# Don't modify the lines above
4*9a6163bcSAndreas Gohr#
5*9a6163bcSAndreas Gohr# Access Control Lists
6*9a6163bcSAndreas Gohr#
7*9a6163bcSAndreas Gohr# Editing this file by hand shouldn't be necessary. Use the ACL
8*9a6163bcSAndreas Gohr# Manager interface instead.
9*9a6163bcSAndreas Gohr#
10*9a6163bcSAndreas Gohr# If your auth backend allows special char like spaces in groups
11*9a6163bcSAndreas Gohr# or user names you need to urlencode them (only chars <128, leave
12*9a6163bcSAndreas Gohr# UTF-8 multibyte chars as is)
13*9a6163bcSAndreas Gohr#
14*9a6163bcSAndreas Gohr# none   0
15*9a6163bcSAndreas Gohr# read   1
16*9a6163bcSAndreas Gohr# edit   2
17*9a6163bcSAndreas Gohr# create 4
18*9a6163bcSAndreas Gohr# upload 8
19*9a6163bcSAndreas Gohr# delete 16
20*9a6163bcSAndreas Gohr
21*9a6163bcSAndreas Gohr*               @ALL        8
22