From 1b70aa3ad06c788aacd2a0d1461a6d2f497c96c3 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 22 Jul 2011 12:54:58 +0000 Subject: -Described new configuration for last commit git-svn-id: https://svn.roundcube.net/trunk@4955 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/acl/config.inc.php.dist | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'plugins') 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'] = ''; ?> -- cgit v1.2.3