diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-18 18:10:04 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-18 18:10:04 +0200 |
commit | c64beed6bb31c697459290484a256cd83b377922 (patch) | |
tree | 12696402b11c7f649de31a80c636eba35e5dd43e /config | |
parent | 3ebda8c7d8695eeeca3874245f74b52cabd920a9 (diff) |
Unify LDAP debug messages
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 5c1bb1a07..1b73dd46a 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -590,7 +590,7 @@ $rcmail_config['ldap_public']['Verisign'] = array( // For example %n = mail.domain.tld, %t = domain.tld 'hosts' => array('directory.verisign.com'), 'port' => 389, - 'use_tls' => false, + 'use_tls' => false, 'ldap_version' => 3, // using LDAPv3 'network_timeout' => 10, // The timeout (in seconds) for connect + bind arrempts. This is only supported in PHP >= 5.3.0 with OpenLDAP 2.x 'user_specific' => false, // If true the base_dn, bind_dn and bind_pass default to the user's IMAP login. |