[1601] in Kerberos_V5_Development
CORRECTION: modify_principal -clearpolicy
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Fri Aug 16 13:54:38 1996
Date: Fri, 16 Aug 1996 13:54:16 -0400
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: krbdev@MIT.EDU, jcb@cygnus.com
I didn't cvs update before making my changes, and therefore didn't
notice Ezra's changes to add -maxrenewlife. So the actual usage is
now:
kadmin.local: ank
usage: add_principal [options] principal
options are:
[-expire expdate] [-pwexpire pwexpdate] [-maxlife maxtixlife]
[-kvno kvno] [-policy policy] [-randpass] [-pw password]
[-maxrenewlife maxrenewlife] [{+|-}attribute]
attributes are:
allow_postdated allow_forwardable allow_tgs_req allow_renewable
allow_proxiable allow_dup_skey allow_tix requires_preauth
requires_hwauth needchange allow_svr password_changing_service
kadmin.local: modprinc
usage: modify_principal [options] principal
options are:
[-expire expdate] [-pwexpire pwexpdate] [-maxlife maxtixlife]
[-kvno kvno] [-policy policy] [-clearpolicy]
[-maxrenewlife maxrenewlife] [{+|-}attribute]
attributes are:
allow_postdated allow_forwardable allow_tgs_req allow_renewable
allow_proxiable allow_dup_skey allow_tix requires_preauth
requires_hwauth needchange allow_svr password_changing_service
Barry