authentication
authentication copied to clipboard
LDAP identifier is not compatible with php 8.3
in php 8.3 ldap_connect function throw a deprecated warning if used with the signature $host, $port instead of $dsn
LDAP identifier set a custom error handler for catching ldap error enf throw an exception.
inthis way the deprecated warning is converted in an exception
This issue is stale because it has been open for 120 days with no activity. Remove the stale label or comment or this will be closed in 15 days
@doshu Do you want to make a PR here?
i think the issue has already been handled using the dsn in the ldap_connect function in the ExtensionAdapter class