diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-09-07 21:51:35 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-09-07 21:51:35 +0000 |
| commit | 7d2ba2c23a6b39a9947f6c757eca3fe584281e8a (patch) | |
| tree | 0383eb9acb1084e73a95a36daee0197bdfcaf315 /src | |
| parent | 8df0a6bdd74297c1f863ce278b7335c9b736eb59 (diff) | |
| download | krb5-7d2ba2c23a6b39a9947f6c757eca3fe584281e8a.tar.gz krb5-7d2ba2c23a6b39a9947f6c757eca3fe584281e8a.tar.xz krb5-7d2ba2c23a6b39a9947f6c757eca3fe584281e8a.zip | |
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.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6735 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/krb5/ChangeLog | 7 | ||||
| -rw-r--r-- | src/include/krb5/adm.h | 4 |
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. */ |
