94aeeb0 fix SIGSEGV in IPA provider when ldap_sasl_authid is not set

1 file Authored by pbrezina 11 years ago, Committed by jhrozek 11 years ago,
    fix SIGSEGV in IPA provider when ldap_sasl_authid is not set
    
    https://fedorahosted.org/sssd/ticket/1657
    
    IPA_HOSTNAME is not stored in ipa_opts->id options so it the option
    was always NULL here. This caused SIGSEGV when accessed by strchr()
    in subsequent function.