cakephp / authentication

Authentication plugin for CakePHP. Can also be used in PSR7 based applications.
MIT License
115 stars 101 forks source link

LDAP identifier is not compatible with php 8.3 #663

Open doshu opened 5 months ago

doshu commented 5 months ago

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

github-actions[bot] commented 1 month ago

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