summaryrefslogtreecommitdiff
path: root/conf/acl.auth.php.dist
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2006-03-02 11:18:50 +0100
committerAndreas Gohr <gohr@cosmocode.de>2006-03-02 11:18:50 +0100
commit6c2bb1005f9be48e398a5b41494d235d7061b7bb (patch)
tree27ec23233a11d3138f1c318010ace4b6bbfd4dc7 /conf/acl.auth.php.dist
parenta18f748f73f0a18dc514f6bd65cad3587fb71baf (diff)
downloadrpg-6c2bb1005f9be48e398a5b41494d235d7061b7bb.tar.gz
rpg-6c2bb1005f9be48e398a5b41494d235d7061b7bb.tar.bz2
Allow non-ID names in ACLs
Some auth backends allow special chars like whitespaces in user and group names. This made problems with the existing ACL checks and ACL manager. This patch makes the ACL system work with these cases by (url)encoding all special chars below 128. darcs-hash:20060302101850-6e07b-14bda9dbdb3528904325419b35bb9eddb0d1dde3.gz
Diffstat (limited to 'conf/acl.auth.php.dist')
-rw-r--r--conf/acl.auth.php.dist9
1 files changed, 8 insertions, 1 deletions
diff --git a/conf/acl.auth.php.dist b/conf/acl.auth.php.dist
index 3b0745648..3fa9741c5 100644
--- a/conf/acl.auth.php.dist
+++ b/conf/acl.auth.php.dist
@@ -2,7 +2,14 @@
# <?php exit()?>
# Don't modify the lines above
#
-# Access Control
+# 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