Cannot Access Web Gui, Alerts Come In

Since last Friday I am unable to access the web gui. Alerts are still coming in, but I cannot take action. Below is an error from the librenms.log. I’ve checked with my AD team and no changes were made to AD in the last few months. I’ve even tried resetting the service account password

[2020-12-24 08:45:00] production.ERROR: ldap_bind(): Unable to bind to server: Invalid credentials {“exception”:"[object] (ErrorException(code: 0): ldap_bind(): Unable to bind to server: Invalid credentials at /opt/librenms/LibreNMS/Authentication/ActiveDirectoryAuthorizer.php:225)

bash-4.2$ ./validate.php

Component Version
LibreNMS 1.70.1-6-g9ccb707
DB Schema 2020_10_12_095504_mempools_add_oids (191)
PHP 7.3.12
Python 3.6.8
MySQL 5.5.60-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2

====================================

[OK] Composer Version: 2.0.8
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[INFO] Detected Python Wrapper
[OK] Connection to memcached is ok
[WARN] Global lnms shortcut not installed. lnms command must be run with full path
[FIX]:
sudo ln -s /opt/librenms/lnms /usr/local/bin/lnms

Anything? This is still broken

May have figured this out, looks like an issue with Edge. It started working apparently a few days ago on other browsers. Maybe something with a daily?

We had a very similar issue recently. I was getting the “Whoops, looks like something went wrong” error on the Libre webUI, and was seeing an ldap “Unable to bind to server” error.
Root cause in our case was that someone overwrote /etc/ldap/ldap.conf on our Libre server which removed the following config that is required for our LDAP system:

TLS_REQCERT never

Once I put that line back into ldap.conf it started working normally again.

This topic was automatically closed 730 days after the last reply. New replies are no longer allowed.