[6599] in Athena Bugs
rt 7.1H: lpr (probably lp*, but I didn't check)
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Sat Dec 15 02:11:01 1990
To: bugs@ATHENA.MIT.EDU
Date: Sat, 15 Dec 90 02:10:47 EST
From: Marc Horowitz <marc@ATHENA.MIT.EDU>
System name: portnoy
Type and version: RTPC-ROMPC 7.1H (1 update(s) to same version)
Display type: apa16
What were you trying to do?
Read software suggestions and not run into bugs :-)
What's wrong:
When printing authentication fails, this is what happens:
<36> portnoy:~> lpr -Ppython
Kerberos authentication failed. Use kinit and try again.
There are three problems:
1) The error doesn't mention that it came from lpr.
2) Most users don't know (and shouldn't have to) what kinit is. This
week I saw dozens of users come into the SIPB office and ask what
kinit (most often pronounced "kin-it", not "Kay-init") was. A slight
change in the addition might help:
Kerberos authentication failed. Run "kinit" and try again.
Then, some users may be able to figure it out a little more effectively.
What should have happened:
See above
Please describe any relevant documentation references:
lpr(1), kinit(1)