#4851 'host-del <host> --updatedns' does not delete SSHFP DNS records
Closed: Duplicate None Opened 9 years ago by mkosek.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1182951

Please note that this Bug is private and may not be accessible as it contains confidential Red Hat customer information.

Description of problem:
When removing a host from IPA the A and PTR records are deleted but *not* the
SSHFP Resource Records.


Version-Release number of selected component (if applicable):
ipa-server-3.3.3-28.el7_0.3.x86_64


How reproducible:
Always.


Steps to Reproduce:
1. Setup IPA server with 'ipa-server-install --setup-dns'
2. Register a new client on the IPA server
3. Enroll the client
4. Remove client on IPA server with:
   # kinit admin
   # ipa host-del client.example.test --updatedns


Actual results:
The A and PTR DNS records are removed but the SSHFP record are *not*:
# ipa dnsrecord-find local.redhat.com --name=client
  Record name: client
  SSHFP record: 2 ABC, 1 1
DEF
----------------------------
Number of entries returned 1
----------------------------


Expected results:
The SSHFP Resource Records to be deleted as well.

Additional info:

Martin already investigated this one, it is not as easy as one would think.

This can be solved as part of #4381. Closing as duplicate.

Metadata Update from @mkosek:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.2 Backlog

7 years ago

Login to comment on this ticket.

Metadata