ok Thanks for your answer.
I don't have a SRV record in my DNS so I have just installed dnsmasq on my
ovirt-engine server and add :
in /etc/dnsmasq.conf
svr-host = _ldap._tcp.example.com,ldapserver.example.com,389
srv-host=_kerberos._tcp.example.com,krb5.example.com,88
in /etc/resolv.conf
nameserver MY_OVIRT-ENGINE_IP_ADDRESS
on the top of namserver
and everything works.
Thanks again.
2013/6/14 Ian Forde <ianforde(a)gmail.com>
Since you've got IPA server setup, I assume that you've
already got your
SRV records setup in DNS. So, according to 'engine-manage-domains -h', you
don't have to specify the "ldapServers" argument. Instead, do:
engine-manage-domains -action=add -domain=example.com -user=admin
-provider=IPA -passwordFile=/tmp/.pwd
where /tmp/.pwd holds the password for the duration of this operation.
(In other words, put the password in there first, then delete the file
when you're done.)
That's what worked for me, anyway...
-I
On Thu, Jun 13, 2013 at 1:42 PM, James James <jreg2k(a)gmail.com> wrote:
> Hello,
>
> I want to connect my oVirt server on my IPA server. After executing :
> engine-manage-domains -action=add -domain=example.com -user=admin
> -provider=IPA -ldapServers=ldap.example.com -interactive -report
>
> I've got this answer :
>
> Invalid argument ldapservers
>
>
> Can somebody help me ?
>
> Regards
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
>
http://lists.ovirt.org/mailman/listinfo/users
>
>