[1254] in Kerberos_V5_Development
modifying kvno
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Fri May 31 14:42:06 1996
Date: Fri, 31 May 96 14:41:38 -0400
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: krbdev@MIT.EDU
Previously, kadm5_modify_principal supported modifying a principal's
kvno *without* changing its current keys. Marc #ifdef'ed out the code
because he didn't know what to do with it. Questions:
(1) Is this a sensible/useful/legal operation, or should I just
disallow it?
(2) If I leave it in, is there any problem with implementing it by
simply changing the key_data_kvno field of every key_data structure in
the db_entry?
Barry