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.3.0 and onwards. |
Description
Enables the user/accesskey.
Syntax
object_container --user-enable --name <container name>
--user-name <user name>
Where
--name Name of the container
--user-name Name of the user
Result
Successfully enabled user `backup_user` in `ObjectContainer1`.
|
NOTE: This command is valid for the Object containers created from QoreStor 7.3.0 onwards. |
Description
Disables the user/accesskey.
Syntax
object_container --user-disable --name <container name>
--user-name <user name>
Where
--name Name of the container
--user-name Name of the user
Result
Successfully disabled user `backup_user` in `ObjectContainer1`.
|
NOTE: This command is valid for the Object containers created from QoreStor version 7.3.0 and onwards. |
Description
Lists the users/accesskeys on a store.
Syntax
object_container --user-list --name <container name>
Where
--name Name of the container
Result
enabled backup_user
|
NOTE: This command is valid for the Object containers created from QoreStor 7.3.0 onwards. |