1b51fa4 ipatests: Check that SSSD_PUBCONF_KRB5_INCLUDE_D_DIR is not included in krb5.conf

1 file Authored by amore 11 months ago, Committed by frenaud 11 months ago,
    ipatests: Check that SSSD_PUBCONF_KRB5_INCLUDE_D_DIR is not included in krb5.conf
    
    SSSD already provides a config snippet which includes
    SSSD_PUBCONF_KRB5_INCLUDE_D_DIR, and having both breaks Java.
    Test checks that krb5.conf does not include
    SSSD_PUBCONF_KRB5_INCLUDE_D_DIR.
    
    Related: https://pagure.io/freeipa/issue/9267
    
    Signed-off-by: Anuja More <amore@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>