skip to content
wiki.lkaplan.cz
User Tools
Log In
Site Tools
Search
Tools
Show page
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
wiki:os:linux:ovirt:users-perm
====== oVirt - Users / Permissions ====== http://www.ovirt.org/documentation/admin-guide/chap-Users_and_Roles/ Příkazy na enginu <code bash> ovirt-aaa-jdbc-tool user --help ovirt-aaa-jdbc-tool user show admin ovirt-aaa-jdbc-tool settings show </code> **Add user:** <code bash> ovirt-aaa-jdbc-tool user add --help ovirt-aaa-jdbc-tool user add test1 --attribute=firstName=John --attribute=lastName=Doe password: # nastavení / reset hesla ovirt-aaa-jdbc-tool user password-reset --help ovirt-aaa-jdbc-tool user password-reset test1 --password-valid-to="2025-08-01 12:00:00-0800" </code> **Edit attribute:** <code bash> ovirt-aaa-jdbc-tool user edit test1 --attribute=email=jdoe@example.com </code> **Delete user:** <code bash> ovirt-aaa-jdbc-tool user delete test1 </code> **Změna hesla admin@internal** <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. ovirt-aaa-jdbc-tool user password-reset admin --password-valid-to="2025-08-01 12:00:00Z" </code> **Vypnout účet:** <code bash> ovirt-aaa-jdbc-tool user edit admin --flag=+disabled </code> **Zapnout účet:** <code bash> ovirt-aaa-jdbc-tool user edit admin --flag=-disabled </code>
wiki/os/linux/ovirt/users-perm.txt
· Last modified: 2018/01/22 14:13 by
root
Page Tools
Show page
Old revisions
Backlinks
Back to top