From 4e6e3b64c0502e0c78a8a437ccea70324155afa9 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 9 Aug 2012 21:24:49 +0200 Subject: Backported some recent improvements to LDAP addressbook --- config/main.inc.php.dist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config/main.inc.php.dist') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index e4de49f3f..1837a6390 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -572,12 +572,14 @@ $rcmail_config['ldap_public']['Verisign'] = array( 'required_fields' => array('cn', 'sn', 'mail'), 'search_fields' => array('mail', 'cn'), // fields to search in // mapping of contact fields to directory attributes + // for every attribute one can specify the number of values (limit) allowed. + // default is 1, a wildcard * means unlimited 'fieldmap' => array( - // Roundcube => LDAP + // Roundcube => LDAP:limit 'name' => 'cn', 'surname' => 'sn', 'firstname' => 'givenName', - 'email' => 'mail', + 'email' => 'mail:*', 'phone:home' => 'homePhone', 'phone:work' => 'telephoneNumber', 'phone:mobile' => 'mobile', -- cgit v1.2.3