[ovirt-users] Re: engine UI add user failed

2018-06-04 Thread dhy336
hi,I already write a UI plugin, But do not how to use the ovirt-aaa-jdbc-tool? i find I do not call shell in javascript, can you give me some advise?- Original Message - From: Andrej Krejcir To: dhy...@sina.com Cc: users Subject: Re: Re: [ovirt-users] engine UI add user failed Date:

[ovirt-users] Re: engine UI add user failed

2018-06-04 Thread dhy336
Hi Andrejthanks,could i compile ovirt-engnie-extension-aaa-jdbc as a jar, I call i by gwt to add "add users" web UI?- Original Message - From: Andrej Krejcir To: dhy...@sina.com Cc: users Subject: Re: Re: [ovirt-users] engine UI add user failed Date: 2018-06-01 20:04 The UI supports

[ovirt-users] Re: engine UI add user failed

2018-06-03 Thread Yaniv Kaul
On Fri, Jun 1, 2018, 2:53 PM wrote: > Hi, > why don't add a function that create usres using the web UI, has the > engine API for create users in web UI > Please feel free to contribute code to provide the above functionality. oVirt is an open source project and improved user management

[ovirt-users] Re: engine UI add user failed

2018-06-01 Thread Andrej Krejcir
The UI supports plugins. So you could maybe write a plugin, that would then use the ovirt-aaa-jdbc-tool. I don't know much about UI plugins, but here is some info: https://www.ovirt.org/documentation/admin-guide/appe-oVirt_User_Interface_Plugins/ On 1 June 2018 at 13:46, wrote: > Hi, > why

[ovirt-users] Re: engine UI add user failed

2018-06-01 Thread dhy336
hi Andrejthanks very much.- Original Message - From: Andrej Krejcir To: dhy...@sina.com Cc: users Subject: Re: [ovirt-users] engine UI add user failed Date: 2018-06-01 17:22 Hi, Users are not created using the UI. Ovirt can be connected to various external user domains.The UI can then

[ovirt-users] Re: engine UI add user failed

2018-06-01 Thread Andrej Krejcir
Hi, Users are not created using the UI. Ovirt can be connected to various external user domains. The UI can then be used to assign permissions to existing users or groups. Here is the documentation: https://www.ovirt.org/documentation/admin-guide/chap-Users_and_Roles/ The 'ovirt-aaa-jdbc-tool'