sulu: readme update

This commit is contained in:
Vivek Kumar Dutta 2024-08-05 13:46:36 +05:30
parent c816ee7358
commit 1b63c05762

View file

@ -138,7 +138,7 @@ obuspa -c set ${USER}.Enable 1
## Update UserInterface to use the new UserRole
Sulu has a reload hook to setup the necessary obuspa/mosquitto configuration
Sulu has a reload hook to setup the necessary obuspa/mosquitto configuration, this will reload obuspa service after uci update, so we have to wait for service to come up.
```bash
bbfdmd -c set Device.UserInterface.HTTPAccess.1.AllowedRoles "Device.Users.Role.1,${ROLE}"
@ -170,4 +170,10 @@ obuspa -c set ${CTROLE}.Enable 1
obuspa -c set Device.LocalAgent.Controller.[EndpointID==self::sulu-${UNAME}].AssignedRole "${CTROLE}"
```
After these configuration, sulu should be able to login with newly added user
After these configuration reboot the device
```bash
reboot
```
After device boots sulu should be able to login with newly added user.