sulu: readme update

This commit is contained in:
Vivek Kumar Dutta 2024-08-05 12:53:53 +05:30
parent 71c92846d2
commit c816ee7358

View file

@ -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
```