diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-10-08 18:27:36 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-10-17 19:13:28 +0200 |
commit | e903db7887fe9ffc61791610d098dd623552da5d (patch) | |
tree | 1c2f060bc949a3006b7a50ad0713a0d5a6db3516 /apps/user_ldap/ajax | |
parent | 5c99645f7df70c930c3fbfca3de1a446eca66b2d (diff) | |
download | nextcloud-server-e903db7887fe9ffc61791610d098dd623552da5d.tar.gz nextcloud-server-e903db7887fe9ffc61791610d098dd623552da5d.zip |
LDAP Wizard: create user list filter, show number of user that will have access to OC
Diffstat (limited to 'apps/user_ldap/ajax')
-rw-r--r-- | apps/user_ldap/ajax/wizard.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index 497fe9dcf24..27359b908f6 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -48,6 +48,8 @@ switch($action) { case 'guessBaseDN': case 'determineObjectClasses': case 'determineGroups': + case 'getUserListFilter': + case 'countUsers': try { $result = $wizard->$action(); if($result !== false) { |