From 28f960a9f436edbcc2a89dcff76ae5a304302ac6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 20 Apr 2017 10:28:53 -0600 Subject: [PATCH] Update ldap.php --- core/authentication/resources/classes/plugins/ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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