Home
last modified time | relevance | path

Searched refs:service_password_file (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c56 if (ldap_context->service_password_file)
57 file = ldap_context->service_password_file;
H A Dkdb_ldap_conn.c60 if (ldap_context->bind_pwd == NULL && ldap_context->service_password_file == NULL) { in krb5_validate_ldap_context()
67 if (ldap_context->bind_pwd == NULL && ldap_context->service_password_file != in krb5_validate_ldap_context()
H A Dldap_misc.c230 if (ldap_context->service_password_file == NULL) {
238 &ldap_context->service_password_file);
243 if (ldap_context->service_password_file == NULL) {
248 &ldap_context->service_password_file);
399 if (ldap_context->service_password_file != NULL) {
400 krb5_xfree(ldap_context->service_password_file);
401 ldap_context->service_password_file = NULL;
H A Dkdb_ldap.h230 char *service_password_file; member