Skip to content

Commit

Permalink
add acl.auth.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaer committed May 20, 2015
1 parent 331436b commit f8e9baf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions conf/dokuwiki/conf/acl.auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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 1
* @unapproved%5fuser 1
* @mcneel 16
* @user 4

0 comments on commit f8e9baf

Please sign in to comment.