Description of problem: When adding an IPA domain without DNS SRV entries, but specifying --ldapservers, the setup still complains about no KDC servers available, although it should use the ldap-servers as KDC. Example: [root@rhevm ~]# host -t SRV _kerberos._tcp.example.com Host _kerberos._tcp.example.com not found: 3(NXDOMAIN) [root@rhevm ~]# host -t SRV _ldap._tcp.example.com Host _ldap._tcp.example.com not found: 3(NXDOMAIN) [root@rhevm ~]# engine-manage-domains add --domain=example.com --provider=IPA --user=admin --ldap-servers=ldap.example.com No KDC can be obtained for domain example.com [root@rhevm ~]# Version-Release number of selected component (if applicable): RHEV-M 3.4.2 How reproducible: always Steps to Reproduce: 1. Setup an IPA Server without DNS 2. Try to add this IPA Server to RHEV using --ldapservers, as described above 3. Use dnsmasq to provide _kerberos._tcp. SRV entry 4. Try (2) again. Now it works Actual results: Although --resolve-kdc is not specified KDC is looked up as DNS SRV record. This should not be the case. Expected results: --ldapservers should check for the kerberos on the same host, as described in the manpage. Only adding --resolve-kdc should try to resolve the KDC via DNS SRV entry
*** This bug has been marked as a duplicate of bug 1136087 ***