From: Mark Eichin Date: Sat, 27 Jan 1996 06:13:02 +0000 (+0000) Subject: * krb5.conf: use host:portnum in example files, not host,portnum X-Git-Tag: krb5-1.0-beta6~548 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8931231884fb577ab2ea9d9d2df95d8aa93bcc99;p=thirdparty%2Fkrb5.git * krb5.conf: use host:portnum in example files, not host,portnum git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7404 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 98266dcb2e..2f8620dbcb 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 12 19:18:14 1995 Mark Eichin + + * krb5.conf: use host:portnum in example files, not host,portnum. + Fri Jan 5 09:04:20 1996 Ezra Peisach * profile.hin: Add profile_init_path prototype diff --git a/src/util/profile/krb5.conf b/src/util/profile/krb5.conf index 9b18a39938..c4f62d2ba3 100644 --- a/src/util/profile/krb5.conf +++ b/src/util/profile/krb5.conf @@ -1,7 +1,7 @@ [realms] ATHENA.MIT.EDU = { - kdc = KERBEROS.MIT.EDU,88 - kdc = KERBEROS-1.MIT.EDU,88 + kdc = KERBEROS.MIT.EDU:88 + kdc = KERBEROS-1.MIT.EDU:88 admin_server = KERBEROS.MIT.EDU }