>> S> authenticate {
>> S> authtype MD5 {
>> S> md5
>> S> }
>> S> }
>>
>> S> And set auth-type := MD5 in your sql tables.
>> S> That should work.
S> Why? I just tested it locally and it worked fine.
Table radgroupcheck:
id - 1, GroupName - users, Attribute - Authtype, op - :=, Value = MD5
Table radcheck:
id - 1, UserName - user, Attribute - Password, op - == ,
Value - "result of "md5 -s test123""
In radius.conf
modules
{
pap {
encryption_scheme = md5
}
pap md5 {
encryption_scheme = md5
}
}
authenticate {
authtype MD5 {
md5
}
authtype PAP {
pap
}
}
What's wrong?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html