Update ldap.php
This commit is contained in:
parent
debfcbbc5b
commit
28f960a9f4
|
|
@ -67,7 +67,7 @@ class plugin_ldap {
|
||||||
if ($bind) {
|
if ($bind) {
|
||||||
//connected and authorized
|
//connected and authorized
|
||||||
$user_authorized = true;
|
$user_authorized = true;
|
||||||
exit;
|
break;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
//connection failed
|
//connection failed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue