This commit is contained in:
Arthur Schiwon 2013-02-07 16:05:45 +01:00
parent 781d247b39
commit 15e383fd01
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}