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
After enabling LDAP authentication for a webpage, some elements randomly fail to load. Cherokee logs shows worker failing:
cherokee-worker: unbind.c:46: ldap_unbind_ext: AssertionLDAP_VALID( ld )' failed.`
cherokee-worker: unbind.c:46: ldap_unbind_ext: Assertion
PID 1105661: received a signal=6
I guess LDAP connections closing implemented in #904 is too eager. Version: cherokee-1.2.104-1.fc24.x86_64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After enabling LDAP authentication for a webpage, some elements randomly fail to load.
Cherokee logs shows worker failing:
cherokee-worker: unbind.c:46: ldap_unbind_ext: Assertion
LDAP_VALID( ld )' failed.`PID 1105661: received a signal=6
I guess LDAP connections closing implemented in #904 is too eager.
Version: cherokee-1.2.104-1.fc24.x86_64
The text was updated successfully, but these errors were encountered: