summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-05-08 08:17:35 +0000
committeralecpl <alec@alec.pl>2008-05-08 08:17:35 +0000
commit6153e205162478cda6687f2d326c1821ac3e6dd9 (patch)
treee19f5d6d14381cb6a5b383497341289deef61383 /config
parentf1b75374b2e087145cab5348331596ce3c16e8f6 (diff)
- Option 'use_SQL_address_book' replaced by 'address_book_type'
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index d7ac4d966..ac34d6dfc 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -213,11 +213,12 @@ $rcmail_config['mail_header_delimiter'] = NULL;
// session domain: .example.org
$rcmail_config['session_domain'] = '';
-// This indicates whether or not to use the SQL address book.
-// If set to false then it will look at using the first writable LDAP
+// This indicates which type of address book to use. Possible choises:
+// 'sql' (default) and 'ldap'.
+// If set to 'ldap' then it will look at using the first writable LDAP
// address book as the primary address book and it will not display the
// SQL address book in the 'Address Book' view.
-$rcmail_config['use_SQL_address_book'] = true;
+$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.