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

/illumos-gate/usr/src/cmd/gss/etc/
H A Dkrb5.conf39 # kdc = ___master_kdc___
40 # kdc = ___slave_kdc1___
41 # kdc = ___slave_kdc2___
42 # kdc = ___slave_kdcN___
50 default = FILE:/var/krb5/kdc.log
51 kdc = FILE:/var/krb5/kdc.log
54 # How often to rotate kdc.log. Logs will get rotated no more
60 # how many versions of kdc.log to keep around (kdc
[all...]
H A DMakefile29 KRB5TXTS= warn.conf krb5.conf kdc.conf kpropd.acl kadm5.acl
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkprop_script.sh15 for kdc in $*
17 /usr/lib/krb5/kprop -f /var/krb5/slave_datatrans $kdc
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dinit_os_ctx.c337 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/cmd/krb5/kadmin/kclient/
H A Dkclient.sh27 # supplying information about the Kerberos realm and kdc.
213 for kdc in $fkdc_list; do
214 printf "\t$kdc = $realm\n" 1>&3
235 for kdc in $kdc_list; do
236 printf "\t\tkdc = $kdc\n" 1>&3
256 for kdc in $kdc_list; do
257 printf "\t\tkdc = $kdc\n" 1>&3
270 for kdc in $fkdc_list; do
271 printf "\t$kdc = $realm\n" 1>&3
289 printf "\tdefault = FILE:/var/krb5/kdc
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c159 "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/man/man4/
H A DMakefile99 kdc.conf.4 \
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c359 init_common (krb5_context *context, krb5_boolean secure, krb5_boolean kdc) argument
420 if ((retval = krb5_os_init_context(ctx, kdc)))
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh234 printf "\tdefault = FILE:/var/krb5/kdc.log\n" 1>&3
235 printf "\tkdc = FILE:/var/krb5/kdc.log\n" 1>&3
636 KRB5_KDC_CONF=/etc/krb5/kdc.conf

Completed in 65 milliseconds