diff --git a/core/authentication/resources/classes/plugins/ldap.php b/core/authentication/resources/classes/plugins/ldap.php index aa69901f63..bcedd23153 100644 --- a/core/authentication/resources/classes/plugins/ldap.php +++ b/core/authentication/resources/classes/plugins/ldap.php @@ -67,7 +67,7 @@ class plugin_ldap { if ($bind) { //connected and authorized $user_authorized = true; - exit; + break; } else { //connection failed