452c4f6 tests: fix enctypes in test_copy_keytab

1 file Authored by sbose 4 years ago, Committed by jhrozek 4 years ago,
    tests: fix enctypes in test_copy_keytab
    
    Currently test_copy_keytab uses legacy encryption types to mock up
    keytab entries. New versions of libkrb5 might not support them anymore.
    
    With this patch only supported encryption types should be used.
    
    Reviewed-by: Robbie Harwood <rharwood@redhat.com>