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