remotes/origin/stable5
Arthur Schiwon 12 years ago
parent 781d247b39
commit 15e383fd01
  1. 2
      apps/user_ldap/lib/connection.php

@ -412,7 +412,7 @@ class Connection {
if((strpos($this->config['ldapHost'], 'ldaps') === 0)
&& $this->config['ldapTLS']) {
$this->config['ldapTLS'] = false;
\OCP\Util::writeLog('user_ldap', 'LDAPS (already using secure connection) and TLS do not work together. Switched of TLS.', \OCP\Util::INFO);
\OCP\Util::writeLog('user_ldap', 'LDAPS (already using secure connection) and TLS do not work together. Switched off TLS.', \OCP\Util::INFO);
}

Loading…
Cancel
Save