diff options
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) { |