diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-11-19 23:58:08 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-11-19 23:58:08 +0100 |
commit | ff9ecc8a5197138726eb2a756c70399afb5eb97e (patch) | |
tree | e8db40f132217fe1a8d031ed42b8006213db6ea0 /apps/user_ldap/ajax | |
parent | 98c933417583c9a83360a0a3c703867b2c32b940 (diff) | |
download | nextcloud-server-ff9ecc8a5197138726eb2a756c70399afb5eb97e.tar.gz nextcloud-server-ff9ecc8a5197138726eb2a756c70399afb5eb97e.zip |
LDAP Wizard: proper behaviour for raw filter input. remember the editing mode and compose filter only when desired.
Diffstat (limited to 'apps/user_ldap/ajax')
-rw-r--r-- | apps/user_ldap/ajax/wizard.php | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |