summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog4
-rw-r--r--src/include/krb5/adm.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 8549f8e1a..c8eefb138 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,7 @@
+
+Thu Jun 1 14:28:40 EDT 1995 Paul Park (pjpark@mit.edu)
+ * adm.h: Change the default admin port to 464.
+
Tue May 30 17:33:09 1995 Keith Vetter (keithv@fusion.com)
* adm_proto.h: removed INTERFACE from 2 non-exported functions.
diff --git a/src/include/krb5/adm.h b/src/include/krb5/adm.h
index 917a7e308..ff16047bf 100644
--- a/src/include/krb5/adm.h
+++ b/src/include/krb5/adm.h
@@ -28,7 +28,7 @@
* Kerberos V5 Change Password service name
*/
#define KRB5_ADM_SERVICE_NAME "changepw"
-#define KRB5_ADM_DEFAULT_PORT 752
+#define KRB5_ADM_DEFAULT_PORT 464
/*
* Maximum password length.