From 0102742cb2d430fb37ba9aec09686256e0b44be1 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 21 Sep 2009 11:50:53 +0000 Subject: - Added 'ldap_debug' option + small change to not rely on rcube_config inside rcube_ldap class --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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 /imap or to syslog $rcmail_config['imap_debug'] = false; +// Log LDAP conversation to /ldap or to syslog +$rcmail_config['ldap_debug'] = false; + // Log SMTP conversation to /smtp or to syslog $rcmail_config['smtp_debug'] = false; -- cgit v1.2.3