Skip to content
Snippets Groups Projects
Commit cff6a41e authored by Markus Kalkbrenner's avatar Markus Kalkbrenner Committed by Robin Appelman
Browse files

fixed copy&paste error: store ldap_tls setting in user_ldap, not

user_tls
parent 0155effd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment