summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-12-30 12:26:13 +0000
committerthomascube <thomas@roundcube.net>2008-12-30 12:26:13 +0000
commit5f25a1aef8890c3d19c411719e031149ff5d51a3 (patch)
tree9631024fa17495e26453252824379cff4ccfe253 /config
parent89f004205a3e3577b0f373388008d50affc78155 (diff)
Merge ldap_public with autocomplete_addressbooks settings + fix config file creation
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 3ea62e115..bb036d6b3 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -236,6 +236,8 @@ $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.
+$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.