[13153] in Athena Bugs
/usr/sbin/tsm has krb5 error on null password under rsaix
daemon@ATHENA.MIT.EDU (hartmans@MIT.EDU)
Mon Jan 30 17:16:50 1995
From: hartmans@MIT.EDU
Date: Mon, 30 Jan 1995 17:16:45 -0500
To: bugs@MIT.EDU
athena% access_on
access_on
athena% telnet panic
telnet panic
...including Athena's default telnet options: "-ax"
Trying 18.177.1.178...
Connected to panic.MIT.EDU.
Escape character is '^]'.
[ Warning: Could not authenticate. ]
hartmans's Password:
Enter password:
login: Not enough space while calling krb5_get_in_tkt_with_password
3004-007 You entered an invalid login name or password.
login:
Actually, that may be login_krb; I'm not sure, but what I
suspect is happening is that it's getting a null password, mallocing a
structure that is as long as the password, and under AIX, malloc(0)
returns zero, so it thinks it's out of space. This is legal ANSI
behavior.
--Sam