From ff9ecc8a5197138726eb2a756c70399afb5eb97e Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 19 Nov 2013 23:58:08 +0100 Subject: LDAP Wizard: proper behaviour for raw filter input. remember the editing mode and compose filter only when desired. --- apps/user_ldap/ajax/wizard.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/user_ldap/ajax') diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index e580c097867..daad0070119 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 { -- cgit v1.2.3