#5421 Client: detection of A/AAAA records failed if record that is subdomain of client's FQDN exists
Closed: Fixed None Opened 8 years ago 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:

  • 800c702 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

7 years ago

Login to comment on this ticket.

Metadata