Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c283 char **kdc_realm_names = NULL; in load_preauth_plugins() local
335 kdc_realm_names = malloc(sizeof(char *) * (kdc_numrealms + 1)); in load_preauth_plugins()
336 if (kdc_realm_names == NULL) { in load_preauth_plugins()
341 kdc_realm_names[i] = kdc_realmlist[i]->realm_name; in load_preauth_plugins()
343 kdc_realm_names[i] = NULL; in load_preauth_plugins()
357 ((*server_init_proc)(context, &plugin_context, (const char **)kdc_realm_names) != 0)) { in load_preauth_plugins()
386 initerr = (*server_init_proc)(context, &plugin_context, (const char **)kdc_realm_names); in load_preauth_plugins()
425 free(kdc_realm_names); in load_preauth_plugins()