mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sulu: updated readme
This commit is contained in:
parent
1b63c05762
commit
33387c8e40
1 changed files with 2 additions and 1 deletions
|
|
@ -115,6 +115,7 @@ In the below example, I use command line tool, but same operations can be done f
|
|||
Some global variables before proceeding further
|
||||
|
||||
UNAME=testuser
|
||||
UPASS=testuser123
|
||||
|
||||
## Create an User Role
|
||||
|
||||
|
|
@ -131,7 +132,7 @@ obuspa -c set ${ROLE}.Enable 1
|
|||
USER="$(obuspa -c add Device.Users.User. |cut -d " " -f 2)"
|
||||
|
||||
obuspa -c set ${USER}.Username ${UNAME}
|
||||
obuspa -c set ${USER}.Password ${UNAME}123
|
||||
obuspa -c set ${USER}.Password ${UPASS}
|
||||
obuspa -c set ${USER}.RoleParticipation ${ROLE}
|
||||
obuspa -c set ${USER}.Enable 1
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue