Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wipe the ipa-ca DNS record when updating system records #6358

Closed
wants to merge 1 commit into from

Commits on Feb 8, 2023

  1. Wipe the ipa-ca DNS record when updating system records

    If a server with a CA has been marked as hidden and
    contains the last A or AAAA address then that address
    would remain in the ipa-ca entry.
    
    This is because update-dns-system-records did not delete
    values, it just re-computed them. So if no A or AAAA
    records were found then the existing value was left.
    
    Fixes: https://pagure.io/freeipa/issue/9195
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    rcritten committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    45caace View commit details
    Browse the repository at this point in the history