diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-20 12:52:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-20 12:52:59 +0000 |
| commit | 1a6d8448ec92a6ef6e4eb642eba48695cfe07f1c (patch) | |
| tree | 4b5b5db20e6764dba35c323de8985be625304d62 /plugins/acl/config.inc.php.dist | |
| parent | f2f4319680dfb181c63fe98b066e811fd213aa31 (diff) | |
- Add user identifier autocomplete feature (LDAP only)
git-svn-id: https://svn.roundcube.net/trunk@4943 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/config.inc.php.dist')
| -rw-r--r-- | plugins/acl/config.inc.php.dist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/acl/config.inc.php.dist b/plugins/acl/config.inc.php.dist index 4ced35861..a8a212d89 100644 --- a/plugins/acl/config.inc.php.dist +++ b/plugins/acl/config.inc.php.dist @@ -5,4 +5,11 @@ // 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.) +$rcmail_config['acl_users_source'] = ''; + +// The LDAP attribute which will be used as a user identifier +$rcmail_config['acl_users_uid_field'] = 'uid'; + ?> |
