15 Aug
2012
15 Aug
'12
8:39 p.m.
On Wed, Aug 15, 2012 at 04:46:09PM -0700, Doug Hardie wrote:
[pap] login attempt with password "krt444"
...
[pap] Using CRYPT password "*3u.3LS/VKTOVc"
I don't know for sure about your system, but most Unix based systems will not generate a * in the encrypted password. Normally that is used to indicate a locked or disabled account.
Agreed - the crypted password is fine except for the *. $ perl -e 'print crypt("krt444", "3u") . "\n";' 3u.3LS/VKTOVc Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Architect (UNIX and Networks), Network Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>