Searched defs:kdc (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/ |
H A D | init_os_ctx.c | 337 If kdc is TRUE, include kdc.conf from whereever we expect to find 340 os_init_paths(krb5_context ctx, krb5_boolean kdc) argument 352 if (retval == 0 && kdc) 391 krb5_os_init_context(krb5_context ctx, krb5_boolean kdc) argument 413 retval = os_init_paths(ctx, kdc);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_solaris.c | 159 "FILE:/var/krb5/kdc.log"); 163 hierarchy[1] = "kdc"; 168 "FILE:/var/krb5/kdc.log"); 215 __profile_set_kdc(profile_t profile, char *realm, char *kdc, argument 221 if (profile == NULL || realm == NULL || kdc == NULL) 228 hierarchy[2] = "kdc"; 237 code = profile_add_relation(profile, hierarchy, kdc); 494 * where kdcs is a string array of KDCs used to populate the kdc set. 776 * 7 kdc relation-value does not exist in realm 863 "kdc", [all...] |
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | init_ctx.c | 359 init_common (krb5_context *context, krb5_boolean secure, krb5_boolean kdc) argument 420 if ((retval = krb5_os_init_context(ctx, kdc)))
|
Completed in 162 milliseconds