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. <m...@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, <ith...@le.ac.uk> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html