From 1a6d8448ec92a6ef6e4eb642eba48695cfe07f1c Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 20 Jul 2011 12:52:59 +0000 Subject: - Add user identifier autocomplete feature (LDAP only) git-svn-id: https://svn.roundcube.net/trunk@4943 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/acl/config.inc.php.dist | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins/acl/config.inc.php.dist') 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'; + ?> -- cgit v1.2.3