I have deployed librenms in Docker, I want to give new users access to the librenms GUI, how can I do that?
I tried this command “docker-compose exec --user librenms librenms php adduser.php 10 ” but i did not get any new user on the GUI
Im using active directory authentication so the command works but the user won’t be able to connect be cause the command use MySQL auth
I found out that the server is connected with auto adding users from the active directory but users dont have access and the error is Invalid credentials.
I have similar problem. Colleague that was managing LibreNMS quit with the end of January, and I continued to do his work. He didn’t elevate rights for my user to admin level, and now I can’t add or remove users, nor do I have option to do so in my GUI.
He told me to use adduser.php tool on Linux, and when I do it says that user that I wanted to add was added successfully but I can’t log in with it to GUI. It says invalid credentials.
Command that I use looks like this: ./adduser.php username, password, level 1-10, email without commas ofcourse
Any suggestions on what I’m doing wrong? I have been trying to do this for 2 days already and nothing seems to be working.