mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sulu: readme update
This commit is contained in:
parent
c816ee7358
commit
1b63c05762
1 changed files with 8 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue