As it can be seen in the issue open on php.pnet, the ldap_errno is not filled if there was an error when calling ldap_bind: https://bugs.php.net/bug.php?id=76469
We have a PR #208 that is workaround by checking that parameters are strings, but this does not prevent another ldap_bind error.
We need to check ldap_bind return code before looking at ldap_errno.
The text was updated successfully, but these errors were encountered:
As it can be seen in the issue open on php.pnet, the ldap_errno is not filled if there was an error when calling ldap_bind: https://bugs.php.net/bug.php?id=76469
We have a PR #208 that is workaround by checking that parameters are strings, but this does not prevent another ldap_bind error.
We need to check ldap_bind return code before looking at ldap_errno.
The text was updated successfully, but these errors were encountered: