summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-30 12:26:13 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-30 12:26:13 +0000
commitd0283cc624c37525c5d736f4c63f72c1c82b3aa3 (patch)
tree868243c988299ca1a2d0712518816567d633aa6a /roundcubemail/config
parent3bf87d7bcec309101b0e4b411cb0a7f9342b37e9 (diff)
Merge ldap_public with autocomplete_addressbooks settings + fix config file creation
git-svn-id: https://svn.roundcube.net/trunk@2195 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 3ea62e115..bb036d6b3 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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.