md5 passwords are not just a simple md5. They are an md5 with a salt. Examine any unix shadow file that supports md5 passwords to see the difference. The function crypt libraries on the system must be used.
vec ----- Original Message ----- From: "Vasili G. Yanov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 7:45 AM Subject: md5 passwords > > How I can use md5 passwords with freeradius? > When I try: > > user Auth-Type := Local, Crypt-Password == "c940ff4dbb2a408e82895b3a70b1a5ba" > Service-Type = Framed-User, > Framed-Protocol = PPP, > Framed-IP-Address = 192.168.200.1, > Framed-IP-Netmask = 255.255.255.0, > Framed-Routing = Broadcast-Listen, > Framed-MTU = 1500, > Framed-Compression = Van-Jacobsen-TCP-IP > > The message popups: bad user name or password. > > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
