On 09/09/2012 05:53 PM, Achim wrote:
Furthermore, would it be possible to map those (max 3 email values) to the "work", "home" and "other" email fields with LDAP like it is possible in the SQL address book? If I choose
'email:work' => 'mail', 'email:home' => 'mail', 'email:other' => 'mail',
as the mapping, I of course see all entries prefixed with all 3 categories. What I am looking for is to have mail[0] map to email:work, mail[1] to email:home and mail[2] to email:work.
For now, the only supported possibility is 'email' => 'mail:*'. See comments in default main.inc.php file.