summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-02-07 16:05:45 +0100
committerArthur Schiwon <blizzz@owncloud.com>2013-02-07 16:16:38 +0100
commit837c5929366f1f1a828bd03f65a62b78bd9b75c9 (patch)
treea0fc78e5c08890b4ad2b2580fb64247f0d17d81a /apps/user_ldap/lib/connection.php
parent612fb0a2439540d9e550822de6e485ec92241406 (diff)
downloadnextcloud-server-837c5929366f1f1a828bd03f65a62b78bd9b75c9.tar.gz
nextcloud-server-837c5929366f1f1a828bd03f65a62b78bd9b75c9.zip
Typo
Diffstat (limited to 'apps/user_ldap/lib/connection.php')
-rw-r--r--apps/user_ldap/lib/connection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index 616f6debcf1..a2c1c9f69e1 100644
--- a/apps/user_ldap/lib/connection.php
+++ b/apps/user_ldap/lib/connection.php
@@ -265,7 +265,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);
}