We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the password contains '&' you get the following error:
Warning: ldap_bind(): Unable to bind to server: Invalid credentials in usersc/plugins/ldap_login/hooks/loginFail_body.php on line 49
This appears to be a known issue with the ldap_bind function. I could only make it work using html_entity_decode on the password as suggested here: https://stackoverflow.com/questions/12858493/php-ldap-bind-fails-when-password-contains-ampersand
html_entity_decode
The text was updated successfully, but these errors were encountered:
This was closed thanks to BH
Sorry, something went wrong.
No branches or pull requests
If the password contains '&' you get the following error:
This appears to be a known issue with the ldap_bind function. I could only make it work using
html_entity_decode
on the password as suggested here: https://stackoverflow.com/questions/12858493/php-ldap-bind-fails-when-password-contains-ampersandThe text was updated successfully, but these errors were encountered: