Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-ldap.c1906 const char *ldap_secret_file = NULL; in hdb_ldap_common() local
1974 ldap_secret_file = krb5_config_get_string(context, NULL, "kdc", in hdb_ldap_common()
1976 if (ldap_secret_file != NULL) { in hdb_ldap_common()
1981 ret = krb5_config_parse_file(context, ldap_secret_file, &tmp); in hdb_ldap_common()