|
|
|
@ -989,6 +989,10 @@ $config['address_template'] = '{street}<br/>{locality} {zipcode}<br/>{country} {
|
|
|
|
|
// Note: For LDAP sources fuzzy_search must be enabled to use 'partial' or 'prefix' mode
|
|
|
|
|
$config['addressbook_search_mode'] = 0;
|
|
|
|
|
|
|
|
|
|
// List of fields used on contacts list and for autocompletion searches
|
|
|
|
|
// Warning: These are field names not LDAP attributes (see 'fieldmap' setting)!
|
|
|
|
|
$config['contactlist_fields'] = array('name', 'firstname', 'surname', 'email');
|
|
|
|
|
|
|
|
|
|
// Template of contact entry on the autocompletion list.
|
|
|
|
|
// You can use contact fields as: name, email, organization, department, etc.
|
|
|
|
|
// See program/steps/addressbook/func.inc for a list
|
|
|
|
|