Searched refs:diag_msg (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ldap/
H A Dsdap_async_connection.c930 char *diag_msg = NULL; local
964 &diag_msg);
967 "Extended failure message: [%s]\n", diag_msg);
969 talloc_zfree(diag_msg);
2096 char *diag_msg; local
2107 optret = sss_ldap_get_diagnostic_msg(tmp_ctx, ldap, &diag_msg);
2110 sss_ldap_err2string(lret), diag_msg);
2111 sss_log(SSS_LOG_ERR, "Could not start TLS. %s", diag_msg);
2151 optret = sss_ldap_get_diagnostic_msg(tmp_ctx, ldap, &diag_msg);
2154 sss_ldap_err2string(lret), diag_msg);
[all...]

Completed in 278 milliseconds