> my question was, what do you see in the gui?
> -> a dropdown left from the address? or even something like "Address"?
> if you change the dropdown, do it not change?
> or what does not work?
> Andreas

Hi, did this get resolved?

I too am having trouble with the alternative work/home addresses. The
email and phone number fields work as expected but there is no 'Add
Field > Address' option (only email, phone and website in my case).

I'm not really sure what the config should look like but here is mine
(using the evolutionPerson schema). There are a couple of things
commented out but that's just from previous experimentation:

'fieldmap' => array(
    // Roundcube  => LDAP

    // Main information
    'firstname'  => 'gn',
    'jobtitle'  => 'businessRole',
    'name'  => 'cn',
    'organization'  => 'o',
    //'photo'  => 'jpegPhoto',
    'prefix'  => 'title',
    'surname'  => 'sn',

    // Contact Properties
    'email'  => 'mail',
    'phone:home'  => 'homePhone',
    'phone:work'  => 'telephoneNumber',
    'phone:mobile'  => 'mobile',
    // Work address
    'address:work'  => 'street',
    //'zipcode:work'  => 'postalCode',
    //'locality:work'  => 'l',
    // Home address
    'address:home'  => 'homePostalAddress',
    //'zipcode:home'  => 'postalAddress',
    //'locality:home'  => 'otherPostalAddress',
    //'region:home'  => 'st',
    //'country:home'  => 'co',
    'website'  => 'labeledURI',

    // Personal information tab
    'anniversary'  =>  'anniversary',
    'birthday'  => 'birthDate',
    'manager'  => 'managerName',
    'spouse'  => 'spouseName',

    // Notes tab
    'notes'  => 'note',
  ),

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

Reply via email to