use the correct LDAPS port

refs #3713
This commit is contained in:
ignasr 2019-03-08 18:49:20 +01:00
parent 403c2d3495
commit 9b1f49413d
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ class LdapConnection implements Selectable, Inspectable
$hostname = implode(' ', $ldapUrls);
} else {
$hostname = 'ldaps://' . $hostname;
$hostname = 'ldaps://' . $hostname . ':' . $this->port;
}
}