diff options
author | alecpl <alec@alec.pl> | 2011-06-14 13:45:26 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-06-14 13:45:26 +0000 |
commit | ecf295f6ef2b83c5e51cc74adf833fd8e18b6cfb (patch) | |
tree | c84a97283f0074330f2a2a3c23c361697644a83f /config | |
parent | 6f3fa964c637913c8b5565facae60a4edbd61d38 (diff) |
- Added searching in all addressbook sources (global-search)
- Added addressbook source selection in contacts import
Diffstat (limited to 'config')
-rw-r--r-- | 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 44e80c023..7eac777e0 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -450,6 +450,7 @@ $rcmail_config['address_book_type'] = 'sql'; // 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 |