Nick Bright <[EMAIL PROTECTED]> wrote: > What I would like to do is be able to use MD5 passwords.
I think they're MD5-crypt'd passwords. Do they have $1$ at the start? If so, they're not just MD5 hashes. > radcheck: > > id 3, username user, attribute Password, op ==, value <md5sum> Which doesn't match the password in the request. If the passwords do have $1$ at the start, then change radcheck to say: id 3 username user, attribute Crypt-Password, op :=, value <foo> You should set Auth-Type := Local for this to work. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

