This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:os:linux:ovirt:users-perm [2018/01/22 14:12] root |
wiki:os:linux:ovirt:users-perm [2018/01/22 14:13] (current) root |
||
---|---|---|---|
Line 31: | Line 31: | ||
</ | </ | ||
- | **Zmena hesla admin@internal** | + | **Změna |
<code bash> | <code bash> | ||
- | # To change the password in interactive mode, run the following command. You must set a value for --password-valid-to, | + | # 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=" | 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 | ||
</ | </ |