summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog7
-rw-r--r--src/include/krb5/adm.h4
2 files changed, 10 insertions, 1 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index be77de42c..86ea1ff3c 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,10 @@
+Thu Sep 7 15:53:28 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * adm.h (KRB5_ADM_SERVICE_NAME): Use official IANA assigned name
+ for the port, which is kpasswd, not changepw. Add new
+ define, KRB5_ADM_SERVICE_INSTANCE, which defines the
+ instance name used for the kadmin name.
+
Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu)
* adm.h, adm_proto.h kdb.h : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g
diff --git a/src/include/krb5/adm.h b/src/include/krb5/adm.h
index 1a725c45f..cd461b1d4 100644
--- a/src/include/krb5/adm.h
+++ b/src/include/krb5/adm.h
@@ -27,9 +27,11 @@
/*
* Kerberos V5 Change Password service name
*/
-#define KRB5_ADM_SERVICE_NAME "changepw"
+#define KRB5_ADM_SERVICE_NAME "kpasswd"
#define KRB5_ADM_DEFAULT_PORT 464
+#define KRB5_ADM_SERVICE_INSTANCE "changepw"
+
/*
* Maximum password length.
*/