Searched refs:kdcs (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/krb5/Solaris/private/krb5/ |
H A D | prof_solaris.h | 64 char **kdcs, boolean_t set_change, boolean_t default_realm);
|
/solaris-userland/components/krb5/Solaris/ |
H A D | prof_solaris.c | 575 * 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 14 milliseconds