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

user_tls
remotes/origin/stable
Markus Kalkbrenner 14 years ago committed by Robin Appelman
parent 0155effdb7
commit cff6a41e2b
  1. 2
      apps/user_ldap/user_ldap.php

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

Loading…
Cancel
Save