From 381b420ac17db84c682dc2ee041280bd6fefea70 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Apr 2017 12:04:16 -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 bcedd23153..aa69901f63 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; - break; + exit; } else { //connection failed