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
When attempting to login with LDAP, backtrace errors are being generated.
AUTH LDAP: Protocol Error, unable to start TLS communications (Can't contact LDAP server) on Server (192.168.11.105) ERROR PHP NOTICE: Undefined index: error_num in file: /var/www/html/cacti/lib/ldap.php on line: 177 ERROR PHP NOTICE: Undefined index: error_num in file: /var/www/html/cacti/auth_login.php on line: 160
Seems related to recent LDAP changes in error handling.
LDAP, even with configuration issues should not generate backtraces.
The text was updated successfully, but these errors were encountered:
Fixing #4547 - LDaP Connection Backtraces and add LDAP Debug mode
aae896c
- Testing with LDAP authentication generating backtraces - Add LDAP Debug Mode option for testing LDAP specific connection issues
Added 'debug' mode to LDAP. Fixed the error now.
Sorry, something went wrong.
Missed one connection error and change order on debug for #4547
71f6583
This changes things to be a bit more reliable and I missed one connection error handling issue.
No branches or pull requests
Describe the bug
When attempting to login with LDAP, backtrace errors are being generated.
Seems related to recent LDAP changes in error handling.
Expected behavior
LDAP, even with configuration issues should not generate backtraces.
The text was updated successfully, but these errors were encountered: