Searched refs:service_password_file (Results 1 – 4 of 4) sorted by relevance
56 if (ldap_context->service_password_file)57 file = ldap_context->service_password_file;
60 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()
230 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;
230 char *service_password_file; member