This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
wiki:os:linux:ovirt:users-perm [2018/01/22 14:10] root vytvořeno |
wiki:os:linux:ovirt:users-perm [2018/01/22 14:13] (current) root |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| </ | </ | ||
| + | **Edit attribute: | ||
| <code bash> | <code bash> | ||
| + | ovirt-aaa-jdbc-tool user edit test1 --attribute=email=jdoe@example.com | ||
| </ | </ | ||
| + | **Delete user:** | ||
| <code bash> | <code bash> | ||
| + | ovirt-aaa-jdbc-tool user delete test1 | ||
| </ | </ | ||
| + | **Změna hesla admin@internal** | ||
| <code bash> | <code bash> | ||
| + | # To change the password in interactive mode, run the following command. | ||
| + | # You must set a value for --password-valid-to, | ||
| + | # The date format is yyyy-MM-dd HH:mm:ssX. In this example, Z stands for UTC time. | ||
| + | # For more options, run ovirt-aaa-jdbc-tool user password-reset --help. | ||
| + | |||
| + | ovirt-aaa-jdbc-tool user password-reset admin --password-valid-to=" | ||
| </ | </ | ||
| + | **Vypnout účet:** | ||
| <code bash> | <code bash> | ||
| + | ovirt-aaa-jdbc-tool user edit admin --flag=+disabled | ||
| </ | </ | ||
| + | **Zapnout účet:** | ||
| <code bash> | <code bash> | ||
| + | ovirt-aaa-jdbc-tool user edit admin --flag=-disabled | ||
| </ | </ | ||