Hi,
I've got some questions concerning the new extended addressbook:
My LDAP setup requires uid as RDN. Therefore I added
'LDAP_rdn' => 'uid',
'required_fields' => array("mail", "cn", "sn", "uid"),
'search_fields' => array('mail', 'cn', 'sn', 'givenName','uid'),
to the configuration. How can I make this field visible in the user interface?
My current workaround is
'organization' => 'uid'
But this is not very intuitive. Especially since this field is not automatically visible when adding a new contact.
Also adding addresses from E-Mails does not work this way.
How can I have two sets of address fields (home and work address) like with the personal addressbook (SQL)?
I tried it with
'street:main' => 'street',
'zipcode:main' => 'postalCode',
'locality:main' => 'l',
'region:main' => 'st',
'country:main' => 'co',
'street:work' => 'workStreet',
'zipcode:work' => 'workPostalCode',
'locality:work' => 'workLocalityName',
'region:work' => 'workStateOrProvinceName',
'country:work' => 'workFriendlyCountryName',
but I get only the first set as home address and can't add another address block.
Thanks, Manfred
List info: http://lists.roundcube.net/dev/ BT/aba52c80