Radius auth into admin/global acess

So I am trying to configure radius in which the users are admins. I can authenticate, but the new users don’t have admin access, or at least not able to see devices, users permissions/device access says “No access!” and I have no devices in my devices pull down. Running using mysql, I can add users as admin and
they have global access.

I have set the level in config.php:

$config[‘radius’][‘default_level’] = 10;

It doesn’t seem to matter if the user’s account exists locally or if I delete the account and have librenms create it, the result is the same, the account can login but the perms are wrong. Am I running the wrong version? I think I went through the exact U18 install (

I am running U18 apache, here is validate.php:
root@librenms : /opt/librenms # ./validate.php

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

Component | Version

--------- | -------

LibreNMS | 1.44-40-geeca2ab3c

DB Schema | 269

PHP | 7.2.10-0ubuntu0.18.04.1

MySQL | 10.1.34-MariaDB-0ubuntu0.18.04.1

RRDTool | 1.7.0

SNMP | NET-SNMP 5.7.3

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

So I had another instance (U16) and tried the same radius config, and it works fine.

Okay, I went to the master version, and it works fine! Also, it was complaining about running the wrong db schema, now it doesn’t.

So something in my release was seriously hosed.