Changeset 4955 in subversion
- Timestamp:
- Jul 22, 2011 8:54:58 AM (22 months ago)
- File:
-
- 1 edited
-
trunk/plugins/acl/config.inc.php.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/acl/config.inc.php.dist
r4943 r4955 6 6 $rcmail_config['acl_advanced_mode'] = false; 7 7 8 // The ID of the LDAP addressbook that would be searched for existing user names. 9 // (This should be a string, which refers to the $rcmail_config['ldap_public'] array.) 8 // LDAP addressbook that would be searched for user names autocomplete. 9 // That should be an array refering to the $rcmail_config['ldap_public'] array key 10 // or complete addressbook configuration array. 10 11 $rcmail_config['acl_users_source'] = ''; 11 12 12 // The LDAP attribute which will be used as a user identifier 13 $rcmail_config['acl_users_uid_field'] = 'uid'; 13 // The LDAP attribute which will be used as ACL user identifier 14 $rcmail_config['acl_users_field'] = 'mail'; 15 16 // The LDAP search filter will be &'d with search queries 17 $rcmail_config['acl_users_filter'] = ''; 14 18 15 19 ?>
Note: See TracChangeset
for help on using the changeset viewer.
