#5421 Client: detection of A/AAAA records failed if record that is subdomain of client's FQDN exists
Closed: Fixed Opened by mbasti.

Example:

Host:
client.example.com. 192.0.2.1
DNS record:
client.example.com.example.com A 10.0.0.1

Method ipautil.is_host_resolvable(fqdn) returns True in this case, which leads in error that ipa-client-install does not do nsupdate of A/AAAA records because installer thinks that A/AAAA records are already there.

Client should resolve FQDN as "client.example.com." not the relative name as is done in is_host_resolvable() method.


master:

  • 800c7023241fd6182da300cf120870072e6ca602 Use absolute domain in detection of A/AAAA records

Metadata Update from @mbasti:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.2.4

Metadata