Searched defs:kdcs (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c575 * char *master, char **kdcs, boolean_t set_change, boolean_t
582 * where kdcs is a string array of KDCs used to populate the kdc set.
584 * If kdcs is set to NULL, kdc entries will not be updated.
588 * Note: the ordering of kdcs is determined by the server's position in the
592 k5_profile_add_realm(profile_t profile, char *realm, char *master, char **kdcs, argument
640 if (kdcs != NULL) {
641 for (tkdcs = kdcs; *tkdcs; tkdcs++) {

Completed in 17 milliseconds