Fellow FreeRADIUS Enthusiasts:

I have solved the riddle of my problem.  The details are:

 - Auth-Type := PAP does not work in user record.  I added a DEFAULT record
specifying Auth-Type := PAP.
 - Attribute "Crypt-Password" cannot be used with rlm_pap module.
 - Specifying "User-Password" with "==" operand does not work with rlm_pap;
use ":=".

So to solve my problem, my users file now looks like this:

DEFAULT         Auth-Type := PAP
                Fall-Through = Yes

mikelampson     User-Password := 7288edd0fc3ffcbe93a0cf06e3568e28521687bc
                Service-Type = Framed-User,
                Framed-Protocol = PPP,
                Framed-IP-Address = 255.255.255.254,
                Framed-IP-Netmask = 255.255.255.255,
                Framed-Compression = Van-Jacobson-TCP-IP

P.S. I've successfully tested this with both MD5 and SHA1 encoding.

Cheers,

Mike

-----Original Message-----
From: Mike Lampson
Sent: Monday, February 16, 2004 2:47 PM
To: [EMAIL PROTECTED]
Subject: MD5 encoded password will not validate

 Archived at:
http://lists.freeradius.org/pipermail/freeradius-users/2004-February/028423.
html



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to