Searched defs:master (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/krb5/Solaris/ |
H A D | kadm_host_srv_names.c | 52 * free the storage allocated to the admin server, master. 55 kadm5_get_master(krb5_context context, const char *realm, char **master) argument 73 *master = strdup(entry->hostname); 74 if (*master == NULL)
|
H A D | prof_solaris.c | 575 * char *master, char **kdcs, boolean_t set_change, boolean_t 580 * where master is the server that is assigned to admin_server 581 * If master is set to NULL, admin_server entry will not be updated. 592 k5_profile_add_realm(profile_t profile, char *realm, char *master, char **kdcs, argument 615 if (master != NULL) { 623 if (code = profile_add_relation(profile, hierarchy, master))
|
Completed in 398 milliseconds