4fdab0c ipatests: Test unsecure nsupdate.

1 file Authored by amore 2 years ago, Committed by frenaud 2 years ago,
    ipatests: Test unsecure nsupdate.
    
    The test configures an external bind server on the ipa-server
    (not the IPA-embedded DNS server) that allows unauthenticated nsupdates.
    
    When the IPA client is registered using ipa-client-install,
    DNS records are added for the client in the bind server using nsupdate.
    The first try is using GSS-TIG but fails as expected, and the client
    installer then tries with unauthenticated nsupdate.
    
    Related : https://pagure.io/freeipa/issue/8402
    
    Signed-off-by: Anuja More <amore@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>