I built an image for a rasp pi (not from meta-evb/meta-evb-rasberrypi) and managed to get the webui/bmcweb working and displaying the login. The console service is also running.
In both cases, the root/0penBmc login does not work. Reading the docs, it seems I have to add a user through the user management.
From a shell after booting, how do I add a user from the shell that would have permissions to then use the webui to manage users?
I assume either there is a command, or some manual way of sending commands to the dbus to add them. I can't find any documentation how to get over this.
Can someone give me some shell command examples?