Searched refs:kdc_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_frm_kdc.c87 krb5_principal *kdc_list; member in struct:tr_state
343 ts->kdc_list = NULL;
346 &ts->kdc_list, KRB5_REALM_BRANCH_CHAR);
350 for (ts->nkdcs = 0; ts->kdc_list[ts->nkdcs]; ts->nkdcs++) {
351 assert(krb5_princ_size(ts->ctx, ts->kdc_list[ts->nkdcs]) == 2);
352 TR_DBG_RTREE(ts, "init_rtree", ts->kdc_list[ts->nkdcs]);
355 ts->lst_kdc = ts->kdc_list + ts->nkdcs - 1;
647 if (ts->cur_kdc != ts->kdc_list || ts->nxt_kdc != ts->lst_kdc) {
793 for (ts->cur_kdc = ts->kdc_list, ts->nxt_kdc = NULL;
814 if (ts->kdc_list !
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh234 if [[ -n $kdc_list ]]; then
235 for kdc in $kdc_list; do
255 if [[ -n $kdc_list ]]; then
256 for kdc in $kdc_list; do
489 kdc_list=$(echo "$k_list" | sed 's/,/ /g')
510 kdc_list="$list"
674 printf "\t$(gettext "[ -k kdc_list ] specify multiple KDCs, if -m is not used the first KDC in the list is assumed to be the master. KDC host names are used verbatim.")\n" >&2
1698 kdc_list="$OPTARG"
1812 if [[ -n $kdc_list ]]; then
1814 for kdc in $kdc_list; d
[all...]

Completed in 47 milliseconds