summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1996-08-06 15:36:50 +0000
committerTom Yu <tlyu@mit.edu>1996-08-06 15:36:50 +0000
commit9e98ee39b9997d176afaf175699f34b72649f113 (patch)
treea1723520e5fe6ba70f6e4bab3aeee74db115b879 /src
parent7a02ba7708e2b9860f34b52559101f67a43145b0 (diff)
downloadkrb5-9e98ee39b9997d176afaf175699f34b72649f113.tar.gz
krb5-9e98ee39b9997d176afaf175699f34b72649f113.tar.xz
krb5-9e98ee39b9997d176afaf175699f34b72649f113.zip
* kpasswd.c (kpasswd): call ovsec_kadm_init with
KADM5_CHANGEPW_SERVICE so that ovsec principals don't need to exist in the db. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8911 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/kadmin/passwd/ChangeLog6
-rw-r--r--src/kadmin/passwd/kpasswd.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/kadmin/passwd/ChangeLog b/src/kadmin/passwd/ChangeLog
index d0f4cbafc..a19d1940b 100644
--- a/src/kadmin/passwd/ChangeLog
+++ b/src/kadmin/passwd/ChangeLog
@@ -1,3 +1,9 @@
+Tue Aug 6 11:35:45 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
+
+ * kpasswd.c (kpasswd): call ovsec_kadm_init with
+ KADM5_CHANGEPW_SERVICE so that ovsec principals don't need
+ to exist in the db.
+
Mon Jul 22 04:07:02 1996 Marc Horowitz <marc@mit.edu>
* tty_kpasswd.c: main returns int, not void
diff --git a/src/kadmin/passwd/kpasswd.c b/src/kadmin/passwd/kpasswd.c
index f87ad1cb0..e425280b6 100644
--- a/src/kadmin/passwd/kpasswd.c
+++ b/src/kadmin/passwd/kpasswd.c
@@ -182,7 +182,7 @@ kpasswd(context, argc, argv)
strncat(admin_realm, krb5_princ_realm(context, princ)->data,
krb5_princ_realm(context, princ)->length);
- code = ovsec_kadm_init(princ_str, password, OVSEC_KADM_CHANGEPW_SERVICE,
+ code = ovsec_kadm_init(princ_str, password, KADM5_CHANGEPW_SERVICE,
admin_realm /* we probably should take a -r */
/* someday */,
OVSEC_KADM_STRUCT_VERSION,