Home
last modified time | relevance | path

Searched refs:service_cert_path (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap_conn.c68 NULL && ldap_context->service_cert_path == NULL) { in krb5_validate_ldap_context()
77 ldap_context->service_cert_path = strdup((char *)password + strlen("{FILE}")); in krb5_validate_ldap_context()
78 if (ldap_context->service_cert_path == NULL) { in krb5_validate_ldap_context()
128 if (ldap_context->service_cert_path != NULL) {
226 if (ldap_context->service_cert_path != NULL) {
305 if (ldap_context->service_cert_path != NULL) { in krb5_ldap_db_init()
H A Dkdb_ldap.h232 char *service_cert_path; member
H A Dldap_misc.c412 if (ldap_context->service_cert_path != NULL) {
413 krb5_xfree(ldap_context->service_cert_path);
414 ldap_context->service_cert_path = NULL;