Skip to content
Snippets Groups Projects
Commit 1292793c authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

LDAP: fix method behind save button on advancend and expert tabs, fixes at...

LDAP: fix method behind save button on advancend and expert tabs, fixes at least Home Folder setinng
parent ad998c1f
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ class Configuration {
if(!empty($val) && strpos($val, 'attr:') === false) {
$val = 'attr:'.$val;
}
break;
case 'ldapBase':
case 'ldapBaseUsers':
case 'ldapBaseGroups':
......@@ -140,13 +141,13 @@ class Configuration {
case 'ldapGroupFilterGroups':
case 'ldapLoginFilterAttributes':
$setMethod = 'setMultiLine';
default:
break;
}
$this->$setMethod($key, $val);
if(is_array($applied)) {
$applied[] = $inputkey;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment