On Fri, Mar 28, 2014 at 9:44 AM, Martin Perina <mperina(a)redhat.com> wrote:
Hi,
this error message means, that engine-manage-domains cannot found any
KDC (kerberos domain controller) servers registered for your domain.
To verify this could you please execute:
dig _kerberos._tcp.itsmart.local SRV
If you domain is configured correctly (including kerberos support) the output
should look similar to (assuming you have configured two kerberos servers:
krb1.itsmart.local and krb2.itsmart.local):
_kerberos._tcp.itsmart.local. 3600 IN SRV 10 0 88 krb1.itsmart.local
_kerberos._tcp.itsmart.local. 3600 IN SRV 10 0 88 krb2.itsmart.local
Thanks
Martin Perina
----- Original Message -----
> From: "Demeter Tibor" <tdemeter(a)itsmart.hu>
> To: users(a)ovirt.org
> Sent: Friday, March 28, 2014 9:19:53 AM
> Subject: [Users] Cannot add IPA server to ovirt
>
> Hi,
>
> I made an IPA server for testing purposes, but I cannot add to ovirt 3.4. The
> IPA server seems to be working good.
>
> When I add IPA to ovirt, I get this error mesage:
>
>
>
> [root@ovirttest etc]# engine-manage-domains add --domain=itsmart.local
> --user=admin --provider=ipa
> --ldap-servers=ldap1.itsmart.local,ldap2.itsmart.local
> No KDC can be obtained for domain itsmart.local
>
>
>
>
> What does mean this?
>
> Can me help anyone?
>
>
>
>
> Thanks,
>
>
>
>
> Tibor
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
>
http://lists.ovirt.org/mailman/listinfo/users
>
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
Based on previous documents I read (I don't remember the link now) and
the fact I'm using bind on CentOS 6.4 for DNS, I set this in my
/var/named/data/forward.zone file (infra is my dns server and
localdomain.local is my domain name):
; ldap servers
_ldap._tcp IN SRV 0 100 389 infra
;kerberos realm
_kerberos IN TXT LOCALDOMAIN.LOCAL
; kerberos servers
_kerberos._tcp IN SRV 0 100 88 infra
_kerberos._udp IN SRV 0 100 88 infra
_kerberos-master._tcp IN SRV 0 100 88 infra
_kerberos-master._udp IN SRV 0 100 88 infra
_kpasswd._tcp IN SRV 0 100 464 infra
_kpasswd._udp IN SRV 0 100 464 infra
;ntp server
_ntp._udp IN SRV 0 100 123 infra
HIH,
Gianluca