LDAP: and don't forget the else part

remotes/origin/stable4
Arthur Schiwon 13 years ago
parent 82cfb3e0f5
commit 0c8740c1d5
  1. 3
      apps/user_ldap/settings.php

@ -29,8 +29,9 @@ if ($_POST) {
if(isset($_POST[$param])){
if('ldap_agent_password' == $param) {
OCP\Config::setAppValue('user_ldap', $param, base64_encode($_POST[$param]));
} else {
OCP\Config::setAppValue('user_ldap', $param, $_POST[$param]);
}
OCP\Config::setAppValue('user_ldap', $param, $_POST[$param]);
}
elseif('ldap_tls' == $param) {
// unchecked checkboxes are not included in the post paramters

Loading…
Cancel
Save