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
Showing
- _test/cases/inc/auth_nameencode.test.php 28 additions, 0 deletions_test/cases/inc/auth_nameencode.test.php
- conf/acl.auth.php.dist 8 additions, 1 deletionconf/acl.auth.php.dist
- inc/auth.php 21 additions, 2 deletionsinc/auth.php
- inc/auth/plain.class.php 2 additions, 0 deletionsinc/auth/plain.class.php
- lib/plugins/acl/admin.php 86 additions, 85 deletionslib/plugins/acl/admin.php
Loading
Please register or sign in to comment