Description
Update a policy for the user.
Syntax
object_container --policy-update --name <container name>
--policy-name <Policy name>
--user-name <user name>
Where
--name Name of the container
--policy-name Name of the policy
--user-name Name of the user
Result
Successfully added policy `readonly` to user `backup_user` on object container `ObjectContainer1`.
|
NOTE: This command is valid for the Object containers created from QoreStor 7.4.0 onwards. |
Description
Show policies set on to a user.
Syntax
object_container --policy-show--name <container name>
--user-name <user name>
Where
--name Name of the container
--user-name Name of the user
Result
Object container user policy : readwrite
Description
Creates a user/accesskey.
Syntax
object_container --user-add --name <new container name>
--user-name <user name>
Where
--name Name of the Object Container
--user-name Name of the user
Result
Enter Secret Key:
Re-type Secret Key:
Added user `backup_user` successfully.
|
NOTE: This command is valid for the Object containers created from QoreStor version 7.4.0 and onwards. |
Description
Delete a user/accesskey.
Syntax
object_container --user-del --name <container name>
--user-name <user name>
Where
--name Name of the container
--user-name Name of the user
Result
Successfully deleted user `backup_user` from `ObjectContainer1`.
|
NOTE: This command is valid for the Object containers created from QoreStor version 7.4.0 and onwards. |