summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-21 11:50:53 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-21 11:50:53 +0000
commit421c773a8e5e7784f65a29f837cce6144485f94c (patch)
tree709704ffce496d5ed01ceec6ee6cd82dfc647a2d /roundcubemail/config
parent6e6996616aae07bc22858cc7e83e70f593fa3824 (diff)
- Added 'ldap_debug' option + small change to not rely on rcube_config inside rcube_ldap class
git-svn-id: https://svn.roundcube.net/trunk@2976 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 42881dfcd..d4650b081 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -130,6 +130,9 @@ $rcmail_config['sql_debug'] = false;
// Log IMAP conversation to <log_dir>/imap or to syslog
$rcmail_config['imap_debug'] = false;
+// Log LDAP conversation to <log_dir>/ldap or to syslog
+$rcmail_config['ldap_debug'] = false;
+
// Log SMTP conversation to <log_dir>/smtp or to syslog
$rcmail_config['smtp_debug'] = false;