[ovirt-users] Re: How to create new users other than admin

2021-05-20 Thread Yedidyah Bar David
On Thu, May 20, 2021 at 10:05 AM wrote: > > Thank you so much..I was a bit confused about this but now I have > successfully added the users. > However, I am still having trouble assigning login permit for these users. I > get the error- The user @internal is not authorized to perform login. >

[ovirt-users] Re: How to create new users other than admin

2021-05-20 Thread gaurav . gohan
Thank you so much..I was a bit confused about this but now I have successfully added the users. However, I am still having trouble assigning login permit for these users. I get the error- The user @internal is not authorized to perform login. I can only bypass this by assigning some kind of

[ovirt-users] Re: How to create new users other than admin

2021-05-19 Thread Yedidyah Bar David
On Thu, May 20, 2021 at 8:10 AM wrote: > > Thank you Martin, I tried as you suggested and ran the "ovirt-aaa-jdbc-tool > user add" command on the hosted engine server, but got the following error: > /usr/bin/ovirt-aaa-jdbc-tool: line 3: >

[ovirt-users] Re: How to create new users other than admin

2021-05-19 Thread gaurav . gohan
Thank you Martin, I tried as you suggested and ran the "ovirt-aaa-jdbc-tool user add" command on the hosted engine server, but got the following error: /usr/bin/ovirt-aaa-jdbc-tool: line 3: /usr/share/ovirt-engine-extension-aaa-jdbc/bin/../../ovirt-engine/bin/engine-prolog.sh: No such file or

[ovirt-users] Re: How to create new users other than admin

2021-05-19 Thread Klaas Demter
Oh damn yeah,  I only use it to register users that already exist in AD, nvm the noise --- sorry :) Greets Klaas On 5/19/21 3:24 PM, Martin Perina wrote: On Wed, May 19, 2021 at 2:05 PM Klaas Demter > wrote: Hi, I would recommend to use ansible,

[ovirt-users] Re: How to create new users other than admin

2021-05-19 Thread Edward Berger
For specific users local to the ovirt engine https://ovirt.org/documentation/administration_guide/index.html#sect-Administering_User_Tasks_From_the_commandline OK for an emergency admin user or perhaps external system user, but this doesn't scale very well. But generally you might want to setup

[ovirt-users] Re: How to create new users other than admin

2021-05-19 Thread Martin Perina
On Wed, May 19, 2021 at 2:05 PM Klaas Demter wrote: > Hi, > > I would recommend to use ansible, that way you can have your configuration > as code. > > > https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_user_module.html#ansible-collections-ovirt-ovirt-ovirt-user-module >

[ovirt-users] Re: How to create new users other than admin

2021-05-19 Thread Klaas Demter
Hi, I would recommend to use ansible, that way you can have your configuration as code. https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_user_module.html#ansible-collections-ovirt-ovirt-ovirt-user-module Greetings Klaas On 5/19/21 1:01 PM, Martin Perina wrote: Hi,

[ovirt-users] Re: How to create new users other than admin

2021-05-19 Thread Martin Perina
Hi, ovirt-engine-extension-aaa-jdbc package is installed automatically as a part of oVirt Engine, so in order to use it, you need to SSH to oVirt Engine host/VM and execute ovirt-aaa-jdbc-tool locally:

[ovirt-users] Re: How to create new users other than admin

2021-05-19 Thread gaurav . gohan
Thank you Lucie, So if I understand correctly, we need to install the AAA JDBC tool as an additional package on the server running the hosted engine? The link you sent me suggests that we have to run engine-setup? What exactly does this mean and seems rather complicated for adding a new user.

[ovirt-users] Re: How to create new users other than admin

2021-05-19 Thread Lucie Leistnerova
Hello, engine itself doesn't manage users directly, it just connects to different user directories. Admin is created in internal profile, that is specifically created for engine. You can manage internal users with AAA JDBC tool. See