HomePhorge

D25792

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