updated plugin AuthLDAP version 2.6.0

This commit is contained in:
2024-02-08 12:31:29 +00:00
committed by Gitium
parent 50bf15833c
commit d12aa8efdc
11 changed files with 523 additions and 21 deletions

View File

@ -116,7 +116,7 @@ final class LdapUri
if (isset($url['pass'])) {
$this->password = $url['pass'];
}
if ($this->scheme === 'ldaps' && $this->port = 389) {
if ($this->scheme === 'ldaps' && $this->port === 389) {
$this->port = 636;
}