11 Oct
2008
11 Oct
'08
2:43 p.m.
Jonathan D. Proulx wrote:
I'm still seeing the odd PAP config, which is perhaps killing the athentication (noops removed for brevity):
rad_recv: Access-Request packet from host 127.0.0.1 port 35273, id=127, length=55 User-Name = "jon" ... ++[unix] returns updated
"jon" is in /etc/passwd.
[files] users: Matched entry jon at line 1
And in the "users" file.
[pap] login attempt with password "password" [pap] Using CRYPT encryption.
Because the /etc/passwd entry was found first. It ignores the clear-text password.
[pap] Passwords don't match
Because the password doesn't match what's in /etc/passwd. Alan DeKok.