715ee82 ipatests : Test query to AD specific attributes is successful.

1 file Authored by amore 2 years ago, Committed by frenaud 2 years ago,
    ipatests : Test query to AD specific attributes is successful.
    
    Test scenario:
    configure sssd with ldap_group_name = info for the trusted domain,
    so that the group name is read from the "info" attribute
    of the AD group entry.
    With this setting, it is possible to have a group and a user
    that appear on IdM side with the same name.
    Ensure that the conflict does not break IdM and that the id,
    getent group and getent passwd commands work on an IdM client.
    
    Related : https://pagure.io/freeipa/issue/9127
    
    Signed-off-by: Anuja More <amore@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>