D25792
D25792
Fix PHP 8.3 "Usage of ldap_connect with two arguments is deprecated" exception
Author: aklapper
Reviewers: O1: Blessed Committers
Summary: Per https://www.php.net/manual/en/function.ldap-connect.php the signature `$conn = @ldap_connect($host, $this->port);`…