Page MenuHomePhorge

GAL for Outlook
Closed, ResolvedPublic

Description

Oultook does not support Global Address List searching on an ActiveSync account. It also does not support multiple contact folders.

So, the idea is that we could merge all contacts from Kolab folders with LDAP contacts. Aside of the code handling LDAP we'd need:

  1. An option to enable use of LDAP for this purpose
  2. An option to disable multifolder feature only for contacts for outlook.

Details

Ticket Type
Task

Event Timeline

machniak claimed this task.

This is done. Required configuration for Outlook:

$config['activesync_gal_sync'] = array('windowsoutlook');
$config['activesync_multifolder_blacklist_contact'] = array('windowsoutlook');

One additional change is required in the ldap_public config:

Note: To make the LDAP addressbook sources working we need two additional
	//       fields ('uid' and 'changed') specified in the fieldmap array
	//       of the LDAP configuration ('ldap_public' option). For example:
	//          'uid'     => 'nsuniqueid',
	//          'changed' => 'modifytimestamp',