[Users] how to add a user

--_000_9BE6F493F83A594DA60C45E6A09DC5AC017453AAAUSP01DAG0201co_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Im using ovrit 3.1, and I'm trying to add a user to the web console. But t= he new button brings up a popup that doesn't have any buttons on it. Can I= use the engine-manage-domains tool, and if yes what is the syntax? So far= what I have found on google is just getting me authentication errors, so I= 'm sure I'm doing it wrong. Thanks, jonathan ________________________________ This is a PRIVATE message. If you are not the intended recipient, please de= lete without copying and kindly advise us by e-mail of the mistake in deliv= ery. NOTE: Regardless of content, this e-mail shall not operate to bind SKO= POS to any order or other contract unless pursuant to explicit written agre= ement or government initiative expressly permitting the use of e-mail for s= uch purpose. --_000_9BE6F493F83A594DA60C45E6A09DC5AC017453AAAUSP01DAG0201co_ Content-Type: text/html; charset="us-ascii" Content-ID: <9D38733021FC7E4D8FD0B2765D2D4D6C@collaborationhost.net> Content-Transfer-Encoding: quoted-printable <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
</head> <body style=3D"word-wrap:break-word; color:rgb(0,0,0); font-size:14px; font= -family:Calibri,sans-serif"> <div> <div> <div>Im using ovrit 3.1, and I'm trying to add a user to the web console. &= nbsp;But the new button brings up a popup that doesn't have any buttons on = it. Can I use the engine-manage-domains tool, and if yes what is the = syntax? So far what I have found on google is just getting me authentication errors, so I'm sure I'm doing it wrong.<= /div> </div> </div> <div><br> </div> <div>Thanks,</div> <div>jonathan</div> <br> <hr> <font color=3D"Gray" face=3D"Arial" size=3D"1">This is a PRIVATE message. I= f you are not the intended recipient, please delete without copying and kin= dly advise us by e-mail of the mistake in delivery. NOTE: Regardless of con= tent, this e-mail shall not operate to bind SKOPOS to any order or other contract unless pursuant to explicit wri= tten agreement or government initiative expressly permitting the use of e-m= ail for such purpose.</font> </body> </html> --_000_9BE6F493F83A594DA60C45E6A09DC5AC017453AAAUSP01DAG0201co_--

On 06/02/2013 19:03, Jonathan Horne wrote:
Im using ovrit 3.1, and I'm trying to add a user to the web console. But the new button brings up a popup that doesn't have any buttons on it. Can I use the engine-manage-domains tool, and if yes what is the syntax? So far what I have found on google is just getting me authentication errors, so I'm sure I'm doing it wrong.
Thanks, jonathan
------------------------------------------------------------------------ This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
currently, you can't add internal users. you need an active directory or 389ds or freeipa to add as an ldap/kerberos directory via the manage domains utility.

On 06/02/2013 19:03, Jonathan Horne wrote:
Im using ovrit 3.1, and I'm trying to add a user to the web console. But the new button brings up a popup that doesn't have any buttons on it. Can I use the engine-manage-domains tool, and if yes what is the syntax? So far what I have found on google is just getting me authentication errors, so I'm sure I'm doing it wrong.
Thanks, jonathan
------------------------------------------------------------------------ This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
which type of domain are you trying to add? what is the command line the error?

Please check if you see errors at logs - /var/log/ovirt-engine/engine-manage-domains.log And let us know what are the errors. As Itamar asked - what is the directory service you are using? (what parameter is passed to -provider option?) Since we use kerberos authentication, there are some configurations that should be taken care of (have SRV records for the domain for both kerberos and ldap - check - dig SRV _ldap._tcp.your.domain.com dig SRV _kerberos._tcp.your.domain.com dig SRV _kerberos._udp.your.domain.com You should also have a PTR record to your directory service machine. You also need to have a time difference between your oVirt engine machine and the directory service machine of no more than +- 5 minutes. Hope this helps out, Yair ----- Original Message -----
From: "Itamar Heim" <iheim@redhat.com> To: "Jonathan Horne" <jhorne@skopos.us> Cc: users@ovirt.org Sent: Wednesday, February 6, 2013 8:27:01 PM Subject: Re: [Users] how to add a user
On 06/02/2013 19:03, Jonathan Horne wrote:
Im using ovrit 3.1, and I'm trying to add a user to the web console. But the new button brings up a popup that doesn't have any buttons on it. Can I use the engine-manage-domains tool, and if yes what is the syntax? So far what I have found on google is just getting me authentication errors, so I'm sure I'm doing it wrong.
Thanks, jonathan
------------------------------------------------------------------------ This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
which type of domain are you trying to add? what is the command line the error? _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On Thu, Feb 7, 2013 at 5:30 AM, Yair Zaslavsky <yzaslavs@redhat.com> wrote:
Please check if you see errors at logs - /var/log/ovirt-engine/engine-manage-domains.log And let us know what are the errors. As Itamar asked - what is the directory service you are using? (what parameter is passed to -provider option?) Since we use kerberos authentication, there are some configurations that should be taken care of (have SRV records for the domain for both kerberos and ldap - check -
dig SRV _ldap._tcp.your.domain.com dig SRV _kerberos._tcp.your.domain.com dig SRV _kerberos._udp.your.domain.com
You should also have a PTR record to your directory service machine.
You also need to have a time difference between your oVirt engine machine and the directory service machine of no more than +- 5 minutes.
Hope this helps out, Yair
----- Original Message -----
From: "Itamar Heim" <iheim@redhat.com> To: "Jonathan Horne" <jhorne@skopos.us> Cc: users@ovirt.org Sent: Wednesday, February 6, 2013 8:27:01 PM Subject: Re: [Users] how to add a user
On 06/02/2013 19:03, Jonathan Horne wrote:
Im using ovrit 3.1, and I'm trying to add a user to the web console. But the new button brings up a popup that doesn't have any buttons on it. Can I use the engine-manage-domains tool, and if yes what is the syntax? So far what I have found on google is just getting me authentication errors, so I'm sure I'm doing it wrong.
Thanks, jonathan
This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
which type of domain are you trying to add? what is the command line the error? _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (4)
-
Itamar Heim
-
Jonathan Horne
-
Juan Jose
-
Yair Zaslavsky