Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kcm/
H A Dconfig.c54 static const char *system_principal = NULL; variable
106 "system-principal", 'k', arg_string, &system_principal,
246 ret = krb5_parse_name(kcm_context, system_principal, &ccache->client); in ccache_init_system()
380 if (system_principal == NULL) { in kcm_configure()
381 system_principal = kcm_system_config_get_string("principal"); in kcm_configure()
384 if (system_principal != NULL) { in kcm_configure()