Hi,

I've got some questions concerning the new extended addressbook:


1. uid as RDN
----------------------

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.


2. Work adress
----------------------

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/8f4f07cd

Reply via email to