49c13e9 providers/ldap: abort unsecure authentication requests

1 file Authored by atikhonov 5 years ago, Committed by jhrozek 5 years ago,
    providers/ldap: abort unsecure authentication requests
    
    Abort LDAP authentication if the connection is not authenticated and
    SDAP_DISABLE_AUTH_TLS is off.
    
    Resolves: https://pagure.io/SSSD/sssd/issue/3889
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>