+Mon Sep 9 11:14:23 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * kadmin.c: Fix the usage messages to state -randkey, not
+ -randpass, to conform with what the code (and man pages)
+ use.
+
Thu Sep 5 20:15:12 1996 Ezra Peisach (epeisach@mit.edu)
* getdate.y: Declare a private copy of struct timeb (no-one uses
krb5_free_principal(context, princ);
usage:
fprintf(stderr,
- "usage: change_password [-randpass] [-pw passowrd] "
+ "usage: change_password [-randkey] [-pw passowrd] "
"principal\n");
return;
}
{
fprintf(stderr, "usage: %s [options] principal\n", func);
fprintf(stderr, "\toptions are:\n");
- fprintf(stderr, "\t\t[-expire expdate] [-pwexpire pwexpdate] [-maxlife maxtixlife]\n\t\t[-kvno kvno] [-policy policy] [-randpass] [-pw password]\n\t\t[-maxrenewlife maxrenewlife] [{+|-}attribute]\n");
+ fprintf(stderr, "\t\t[-expire expdate] [-pwexpire pwexpdate] [-maxlife maxtixlife]\n\t\t[-kvno kvno] [-policy policy] [-randkey] [-pw password]\n\t\t[-maxrenewlife maxrenewlife] [{+|-}attribute]\n");
fprintf(stderr, "\tattributes are:\n");
fprintf(stderr, "%s%s%s",
"\t\tallow_postdated allow_forwardable allow_tgs_req allow_renewable\n",