Hello all,

today I have upgraded my Roundcube installation from 5.2 to 7.0.
The update worked well end everything seems to work like a charm,
except the addressbook. I had to change some parameters in
main.inc.php and our skin to get the LDAP entries to display again.

What I would like to know is how to use the 'address' fieldmap for
work and home addresses. In LDAP we do not have a composite address
but only street, locality, zipcode, region, country in seperate
LDAP fields.

I have tried something like:

'address:work' => array(
  'street' => 'street',
  'locality' => 'l',
  'zipcode' => 'postalCode',
  'region' => 'st',
  'country' => 'c',
),

but this does not seem to work.

Can someone point me in the right direction to fix this ?

Thank you for your kind help.

best regards

Andreas

-- 
List info: http://lists.roundcube.net/users/
BT/8f4f07cd

Reply via email to