User Tools

Site Tools


wiki:os:linux:ovirt:users-perm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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:
 </code> </code>
  
-**Zmena hesla admin@internal**+**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, otherwise the password expiry time defaults to the current time. 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.+# To change the password in interactive mode, run the following command.  
 +You must set a value for --password-valid-to, otherwise the password expiry time defaults to the current time.  
 +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="2025-08-01 12:00:00Z" ovirt-aaa-jdbc-tool user password-reset admin --password-valid-to="2025-08-01 12:00:00Z"
 </code> </code>
  
 +**Vypnout účet:**
 <code bash> <code bash>
 +ovirt-aaa-jdbc-tool user edit admin --flag=+disabled
 </code> </code>
  
 +**Zapnout účet:**
 <code bash> <code bash>
 +ovirt-aaa-jdbc-tool user edit admin --flag=-disabled
 </code> </code>
wiki/os/linux/ovirt/users-perm.1516626722.txt.gz · Last modified: 2018/01/22 14:12 by root