diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-10-04 18:11:44 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-10-17 19:13:27 +0200 |
commit | 3cafcc2d47377187cd687a3bcde6a261ca8969ea (patch) | |
tree | 1caad25d818709f589c3c7de1e4814154a16397c /apps/user_ldap/ajax/wizard.php | |
parent | 5425511259397c0dee05b5d7ec8480fcc18c8184 (diff) | |
download | nextcloud-server-3cafcc2d47377187cd687a3bcde6a261ca8969ea.tar.gz nextcloud-server-3cafcc2d47377187cd687a3bcde6a261ca8969ea.zip |
LDAP Wizard: add detection, load and save of LDAP groups for filter purposes
Diffstat (limited to 'apps/user_ldap/ajax/wizard.php')
-rw-r--r-- | apps/user_ldap/ajax/wizard.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index 807f04ca696..497fe9dcf24 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -47,6 +47,7 @@ switch($action) { case 'guessPortAndTLS': case 'guessBaseDN': case 'determineObjectClasses': + case 'determineGroups': try { $result = $wizard->$action(); if($result !== false) { |