+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
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,