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.