Use official IANA assigned name for the port, which is kpasswd, not
authorTheodore Tso <tytso@mit.edu>
Thu, 7 Sep 1995 21:51:35 +0000 (21:51 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 7 Sep 1995 21:51:35 +0000 (21:51 +0000)
changepw.  Add new define, KRB5_ADM_SERVICE_INSTANCE, which defines
the instance name used for the kadmin name.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6735 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/adm.h

index be77de42c9b50872bc200cb2cafb977a42b7f621..86ea1ff3cf15292d63efb0aff9852a42b997317f 100644 (file)
@@ -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
index 1a725c45f4f4c7f007981fc477330d0b1c28dfc5..cd461b1d43bbc9de996ecf730c43258e3e5f97f4 100644 (file)
 /*
  * 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.
  */