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
71c92846d2
commit
c816ee7358
1 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ In the below example, I use command line tool, but same operations can be done f
|
|||
|
||||
Some global variables before proceeding further
|
||||
|
||||
UNAME=osync
|
||||
UNAME=testuser
|
||||
|
||||
## Create an User Role
|
||||
|
||||
|
|
@ -131,7 +131,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 osync123
|
||||
obuspa -c set ${USER}.Password ${UNAME}123
|
||||
obuspa -c set ${USER}.RoleParticipation ${ROLE}
|
||||
obuspa -c set ${USER}.Enable 1
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue