diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-22 12:54:58 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-22 12:54:58 +0000 |
| commit | 1b70aa3ad06c788aacd2a0d1461a6d2f497c96c3 (patch) | |
| tree | 2db8f7bab13c4a4252cf3d058084982bc44d6c31 /plugins | |
| parent | 5c4352f9c35d7a4cc1a87a3a77f555f27d7270f2 (diff) | |
-Described new configuration for last commit
git-svn-id: https://svn.roundcube.net/trunk@4955 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/acl/config.inc.php.dist | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/acl/config.inc.php.dist b/plugins/acl/config.inc.php.dist index a8a212d89..f957a233a 100644 --- a/plugins/acl/config.inc.php.dist +++ b/plugins/acl/config.inc.php.dist @@ -5,11 +5,15 @@ // In simple mode access rights are grouped into four groups: read, write, delete, full $rcmail_config['acl_advanced_mode'] = false; -// The ID of the LDAP addressbook that would be searched for existing user names. -// (This should be a string, which refers to the $rcmail_config['ldap_public'] array.) +// LDAP addressbook that would be searched for user names autocomplete. +// That should be an array refering to the $rcmail_config['ldap_public'] array key +// or complete addressbook configuration array. $rcmail_config['acl_users_source'] = ''; -// The LDAP attribute which will be used as a user identifier -$rcmail_config['acl_users_uid_field'] = 'uid'; +// The LDAP attribute which will be used as ACL user identifier +$rcmail_config['acl_users_field'] = 'mail'; + +// The LDAP search filter will be &'d with search queries +$rcmail_config['acl_users_filter'] = ''; ?> |
