Openldap groups not working

validate.php output

root@libremaster-sc2:/opt/librenms# ./validate.php

Component Version
LibreNMS 1.63-26-g9b22bcc5b
DB Schema 2020_04_19_010532_eventlog_sensor_reference_cleanup (164)
PHP 7.2.24-0ubuntu0.18.04.4
MySQL 10.1.44-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3

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

[OK] Composer Version: 1.10.5
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your install is over 24 hours out of date, last update: Sun, 03 May 2020 11:22:48 +0000
[FIX]:
Make sure your daily.sh cron is running and run ./daily.sh by hand to see if there are any errors.
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
bootstrap/cache/.gitignore
logs/.gitignore
rrd/.gitignore
storage/app/.gitignore
storage/app/public/.gitignore
storage/debugbar/.gitignore
storage/framework/cache/.gitignore
storage/framework/cache/data/.gitignore
storage/framework/sessions/.gitignore
storage/framework/testing/.gitignore
storage/framework/views/.gitignore
storage/logs/.gitignore

Error from the log files

If I use the auth test then I get the following

logs/librenms.log.1:[2020-05-04 20:47:36] production.ERROR: Auth Error (ldap): No user (165555) [kkot]

When I try to add a group to the webUI for openldap it throws settings.validate.ldap-groups

Something has to be working in order for it to pull my uid and number but afterwards it always fails. I cannot get any groups to work for authentication no matter how I configure the group type or membership attribute.

I get the same thing on both AD and LDAP group WebUI pages. I can only specify groups manually in the config.php. Even after upgrading to the latest version this morning in my lab instance this is still going on.

$config['auth_ad_require_groupmembership'] = true;
$config['auth_ad_groups']['group1']['level'] = 10;
$config['auth_ad_groups']['group2']['level'] = 10;
$config['auth_ad_groups']['group3']['level'] = 10;

Hi
Could you please open a new post, and describe exactly your issue, provide your configuration, etc ?
You definitly have a config issue somewhere, cause AD login and groups are working very well on a few instances here.
Bye