Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Have an ipa.example.com domain as standard. Add a domain (local.example.com). A _kerberos TXT entry will be created with IPA.EXAMPLE.COM as value. (integrated DNS.) 2. On a client in local.example.com, use the FreeIPA server as DNS. /etc/resolv.conf looks like: search local.example.com nameserver 10.0.0.1 # freeipa server nameserver 10.0.0.2 # freeipa replica 3. Run ipa-client-install --enable-dns-updates Actual results: DNS discovery failed to determine your DNS domain Provide the domain name of your IPA server (ex: example.com): Expected results: Due to the _kerberos TXT record, the domain of the IPA server should be detected automatically Additional info: On client: dig +short -t TXT _kerberos.local.example.com. "IPA.EXAMPLE.COM"
Created attachment 1144696 [details] /var/log/ipaclient-install.log
There are two ways: 1. The ipa.example.com domain could be passed to --domain option of ipa-client-install. 2. To use just DNS discovery, additional DNS records need to be created. Please check `man ipa-client-install` "DNS Autodiscovery" section. Or maybe https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Linux_Domain_Identity_Authentication_and_Policy_Guide/ipa-linux-services.html#dns
Closing due to lack of activity.