summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/ajax/wizard.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-11-27 16:44:06 +0100
committerBjoern Schiessle <schiessle@owncloud.com>2013-11-27 16:44:06 +0100
commit1065c3354326149022eaffe50c86c94ac226b620 (patch)
tree4a8f2ec09539d07bba84bfc73995fbbfcd220453 /apps/user_ldap/ajax/wizard.php
parent060e0ad0cd668529f13a97b866a371e505e8fa3e (diff)
parent40231c08cf617b5909dee778372d6b1b8cdd5bcf (diff)
downloadnextcloud-server-1065c3354326149022eaffe50c86c94ac226b620.tar.gz
nextcloud-server-1065c3354326149022eaffe50c86c94ac226b620.zip
Merge branch 'master' into encryption_initial_enc_indicator
Diffstat (limited to 'apps/user_ldap/ajax/wizard.php')
-rw-r--r--apps/user_ldap/ajax/wizard.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php
index e580c097867..ad75a384369 100644
--- a/apps/user_ldap/ajax/wizard.php
+++ b/apps/user_ldap/ajax/wizard.php
@@ -53,8 +53,11 @@ switch($action) {
case 'determineGroupsForGroups':
case 'determineAttributes':
case 'getUserListFilter':
+ case 'getLoginFilterMode':
case 'getUserLoginFilter':
+ case 'getUserFilterMode':
case 'getGroupFilter':
+ case 'getGroupFilterMode':
case 'countUsers':
case 'countGroups':
try {
@@ -87,6 +90,9 @@ switch($action) {
exit;
}
$configuration->saveConfiguration();
+ //clear the cache on save
+ $connection = new \OCA\user_ldap\lib\Connection($ldapWrapper, $prefix);
+ $connection->clearCache();
OCP\JSON::success();
break;
default: