From 5f25a1aef8890c3d19c411719e031149ff5d51a3 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 30 Dec 2008 07:26:13 -0500
Subject: [PATCH] Merge ldap_public with autocomplete_addressbooks settings + fix config file creation

---
 config/main.inc.php.dist |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 3ea62e1..bb036d6 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -236,6 +236,8 @@
 
 // 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.
+$rcmail_config['ldap_public'] = array();
+
 //
 // If you are going to use LDAP for individual address books, you will need to 
 // set 'user_specific' to true and use the variables to generate the appropriate DNs to access it.

--
Gitblit v1.9.1