Remove old disabled code to support truncated passwords
authorRuss Allbery <rra@stanford.edu>
Sat, 22 Aug 2009 02:11:58 +0000 (19:11 -0700)
committerDerrick Brashear <shadow|account-1000005@unknown>
Tue, 8 Sep 2009 17:53:47 +0000 (10:53 -0700)
commit950b96f290d0874e5a8e6d8bc693d4d03a3e88f2
treebe92bd7d5d51758be199cbc2f644e731174017ba
parent7e91d071f007c3be74dce800c38b0ac980465df0
Remove old disabled code to support truncated passwords

ka_UserAuthenticateGeneral had code disabled with #ifdef OLDCRUFT to
retry failed authentications by truncating the password to eight
characters, with a comment that the truncating behavior of kpasswd
was disabled in 1990.  Nothing references this preprocessor define in
the source tree.  Delete the dead code.

Reviewed-on: http://gerrit.openafs.org/336
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/kauth/user.c