diff options
author | alecpl <alec@alec.pl> | 2009-09-21 11:50:53 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-09-21 11:50:53 +0000 |
commit | 0102742cb2d430fb37ba9aec09686256e0b44be1 (patch) | |
tree | a29bd8cffb66b11b8eed74c2538e40d32b4541c8 /config/main.inc.php.dist | |
parent | 104a14d18f99b05060a48ae7d9fbc0e96416c347 (diff) |
- Added 'ldap_debug' option + small change to not rely on rcube_config inside rcube_ldap class
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 42881dfcd..d4650b081 100644 --- a/config/main.inc.php.dist +++ b/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; |