Searched refs:kdc (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dkrb5.conf36 # kdc = ___master_kdc___
37 # kdc = ___slave_kdc1___
38 # kdc = ___slave_kdc2___
39 # kdc = ___slave_kdcN___
47 default = FILE:/var/krb5/kdc.log
48 kdc = FILE:/var/krb5/kdc.log
51 # How often to rotate kdc.log. Logs will get rotated no more
57 # how many versions of kdc.log to keep around (kdc
[all...]
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...]
/solaris-userland/components/gnome/evolution-data-server/
H A DMakefile157 REQUIRED_PACKAGES += security/kerberos-5/kdc

Completed in 1002 milliseconds