[3813] in Athena Bugs
minor quibble with kinit error message
daemon@ATHENA.MIT.EDU (geer@ATHENA.MIT.EDU)
Tue Dec 12 16:50:07 1989
From: geer@ATHENA.MIT.EDU
Date: Tue, 12 Dec 89 16:49:43 -0500
To: bugs@ATHENA.MIT.EDU
if you answer the phone (say) during a
kinit operation, then you get a message
that might be improvable.
what happened:
e40-342f-2% kinit
MIT Project Athena (e40-342f-2)
Kerberos Initialization
Kerberos name: geer
sleep 300 -> Password:
kinit: Time is out of bounds (krb_rd_req)
what should(?) have happened:
e40-342f-2% kinit
MIT Project Athena (e40-342f-2)
Kerberos Initialization
Kerberos name: geer
sleep 300 -> Password:
kinit: You took too long; we have rules about that! (krb_rd_req)
--dan