LDAP: and don't forget the else part

This commit is contained in:
Arthur Schiwon 2012-05-14 13:13:08 +02:00
parent 82cfb3e0f5
commit 0c8740c1d5

View file

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