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

/solaris-userland/components/krb5/Solaris/
H A Dmissing_interfaces.c28 krb5_os_init_context(krb5_context ctx, krb5_boolean kdc) argument
30 return k5_os_init_context(ctx, NULL, kdc? 0x2 : 0x0);
H A Dprof_solaris.c239 "FILE:/var/krb5/kdc.log");
243 hierarchy[1] = "kdc";
248 "FILE:/var/krb5/kdc.log");
303 k5_profile_set_kdc(profile_t profile, char *realm, char *kdc, argument
309 if (profile == NULL || realm == NULL || kdc == NULL)
316 hierarchy[2] = "kdc";
325 code = profile_add_relation(profile, hierarchy, kdc);
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.
879 * kdc relatio
[all...]

Completed in 44 milliseconds