summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/krb5.conf4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 98266dcb2..2f8620dbc 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 12 19:18:14 1995 Mark Eichin <eichin@cygnus.com>
+
+ * krb5.conf: use host:portnum in example files, not host,portnum.
+
Fri Jan 5 09:04:20 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* profile.hin: Add profile_init_path prototype
diff --git a/src/util/profile/krb5.conf b/src/util/profile/krb5.conf
index 9b18a3993..c4f62d2ba 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
}