6a89b38 LDAP: Use FQDN when linking parent LDAP groups

Authored and Committed by jhrozek 7 years ago
    LDAP: Use FQDN when linking parent LDAP groups
    
    Resolves:
        https://fedorahosted.org/sssd/ticket/3093
    
    Because we compare the list of LDAP names with the list of sysdb names,
    we need to qualify the list of LDAP names before running the diff.
    
    Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>