From ecf295f6ef2b83c5e51cc74adf833fd8e18b6cfb Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 14 Jun 2011 09:45:26 -0400 Subject: [PATCH] - Added searching in all addressbook sources (global-search) - Added addressbook source selection in contacts import --- config/main.inc.php.dist | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 44e80c0..7eac777 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -450,6 +450,7 @@ // In order to enable public ldap search, configure an array like the Verisign // example further below. if you would like to test, simply uncomment the example. +// Array key must contain only safe characters, ie. a-zA-Z0-9_ $rcmail_config['ldap_public'] = array(); // If you are going to use LDAP for individual address books, you will need to -- Gitblit v1.9.1