Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-ldap.c1905 const char *create_base = NULL; in hdb_ldap_common() local
2002 create_base = krb5_config_get_string(context, NULL, "kdc", in hdb_ldap_common()
2004 if (create_base == NULL) in hdb_ldap_common()
2005 create_base = h->h_base; in hdb_ldap_common()
2007 h->h_createbase = strdup(create_base); in hdb_ldap_common()