sanderw / freeipa

Forked from freeipa 5 years ago
Clone

2cd8398 Adding GSSPROXY_CONF to be backed up on ipa-backup

1 file Authored by fbarreto 6 years ago, Committed by cheimes 6 years ago,
    Adding GSSPROXY_CONF to be backed up on ipa-backup
    
    Without GSSPROXY_CONF being backed up, we would get this error
    "ipa: ERROR: No valid Negotiate header in server response"
    when running any ipa command after a backup restore.
    
    This commit also fixes the tests:
    - TestBackupAndRestore::test_full_backup_and_restore
    - TesttBackupAndRestore::test_full_backup_and_restore_with_selinux_booleans_off
    
    https://pagure.io/freeipa/issue/7473
    
    Reviewed-By: Christian Heimes <cheimes@redhat.com>