b294f9f INTG/FILES_PROVIDER: Test user and group override

1 file Authored by fidencio 6 years ago, Committed by jhrozek 6 years ago,
    INTG/FILES_PROVIDER: Test user and group override
    
    User and group override have been failing when using it with files provider.
    This test helps us to avoid such regression in the future.
    
    As mentioned in the comment added to the test's code, there's an issue
    in nss_wrapper [0] and nss_wrapper always looks into the files first
    before using the NSS module, causing a test failure in case the
    fully-qualified name is not used when looking up for the original (not
    overriden) user and group.
    
    Related:
    https://pagure.io/SSSD/sssd/issue/3391
    
    Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>