eedfc2c LDAP: Try also the AD access control for IPA users

Authored and Committed by jhrozek 7 years ago
    LDAP: Try also the AD access control for IPA users
    
    Resolves:
        https://fedorahosted.org/sssd/ticket/2927
    
    If a user from an AD trusted domain is logging in, we should also check
    their AD lockout status. This helps cases where the user might have been
    disabled but is logging in with an SSH public key.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>