AD Admin user not an admin

After the update this morning I’ve got at least one and maybe more admin users who no longer have admin privileges. We’re using AD authentication and the user can authenticate correctly but when they get in they can’t see any devices nor can they access any of the admin level menus. Other admin users do work correctly and can see everything that they are supposed to. Redacted auth_test.php results for one of the affected users:

librenms@PiLibreNMS01 ~ $ ./scripts/auth_test.php -u bhermsen
Authentication Method: active_directory
AD bind success
Password:
Authenticate user bhermsen:
AUTH SUCCESS
User (14587):
user_id =>; 14587
username =>; bhermsen
realname =>; Bret Hermsen
email =>; [email protected]
descr =>;
level =>; 10
can_modify_passwd => 0
Groups: CN=LibreAdmin,OU=Security Groups,DC=xxx,DC=com;

Fix already merged, run ./daily.sh as the librenms user.

That did the trick :star_struck: