a776745 LDAP: Prevent from using uninitialized sdap_options

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    LDAP: Prevent from using uninitialized sdap_options
    
    ldap_get_options can fail in time of ldap back end initialisation
    and then sssd try to release uninitialised sdap_options.
    
    Resolves:
    https://fedorahosted.org/sssd/ticket/2147