This shows you the differences between two versions of the page.
Both sides previous 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. | # To change the password in interactive mode, run the following command. | ||
Line 41: | Line 41: | ||
</ | </ | ||
+ | **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 | ||
</ | </ |