updated plugin AuthLDAP version 2.5.2

This commit is contained in:
2022-03-21 13:34:57 +00:00
committed by Gitium
parent 713de650a5
commit 350836f064
5 changed files with 59 additions and 30 deletions

View File

@ -42,6 +42,7 @@ class LdapList
public function authenticate($username, $password, $filter = '(uid=%s)')
{
/** @var LDAP $item */
foreach ($this->items as $key => $item) {
if (! $item->authenticate($username, $password, $filter)) {
unset($this->items[$key]);