]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed copy&paste error: store ldap_tls setting in user_ldap, not
authorMarkus Kalkbrenner <markus.kalkbrenner@bio.logis.de>
Thu, 17 Nov 2011 14:17:01 +0000 (15:17 +0100)
committerRobin Appelman <icewind1991@gmail.com>
Fri, 18 Nov 2011 13:07:11 +0000 (14:07 +0100)
user_tls

apps/user_ldap/user_ldap.php

index 1100be81eb8f307ee97a630045a51d81b09a9665..dd831f57aae5105b36300170709677345f746819 100644 (file)
@@ -42,7 +42,7 @@ class OC_USER_LDAP extends OC_User_Backend {
                $this->ldap_password = OC_Appconfig::getValue('user_ldap', 'ldap_password','');
                $this->ldap_base = OC_Appconfig::getValue('user_ldap', 'ldap_base','');
                $this->ldap_filter = OC_Appconfig::getValue('user_ldap', 'ldap_filter','');
-               $this->ldap_tls = OC_Appconfig::getValue('user_tls', 'ldap_tls', 0);
+               $this->ldap_tls = OC_Appconfig::getValue('user_ldap', 'ldap_tls', 0);
 
                if( !empty($this->ldap_host)
                        && !empty($this->ldap_port)