From 675df04806a2f1c11a46d21ec8b66fa592547bdc Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 2 Jul 2008 10:05:55 -0400 Subject: Make sure we listen only on the krb5 port and therefore disable krb4 support --- ipa-server/ipa-install/share/kdc.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipa-server/ipa-install/share/kdc.conf.template b/ipa-server/ipa-install/share/kdc.conf.template index 0ac4d467..db088840 100644 --- a/ipa-server/ipa-install/share/kdc.conf.template +++ b/ipa-server/ipa-install/share/kdc.conf.template @@ -1,5 +1,5 @@ [kdcdefaults] - v4_mode = nopreauth + kdc_ports = 88 [realms] $REALM = { -- cgit