What freeradius version is this? If it is 1.1.7 leave radiusd.conf as default. Comment out the DEFAULT entry with Auth-Type System in users file (since you are using sql and not files).
EAP-MD5 will work then. As Alan says: EAP-MD5 "just works". I have set it up on the test system and tested it in 5 minutes (Slackware10/Freeradius 1.17./MySQL 5). Ivan Kalik Kalik Informatika ISP Dana 11/10/2007, "inl2goal" <[EMAIL PROTECTED]> piše: > > >Phil Mayers wrote: >> >> * Auth-Type is being set in preprocess (virtually impossible, and not a >> server default) >> * Auth-Type is being set in SQL >> * You edited the debug >> * You mangled the debug >> * There is some amazing bug in FreeRadius which no-one else has seen. >> > >I didn't edit anything in the preprocess so it should be okay > >My SQL tables: > >mysql> select * from radcheck; >+----+----------+--------------------+----+---------+ >| id | UserName | Attribute | op | Value | >+----+----------+--------------------+----+---------+ >| 1 | tortuga | Cleartext-Password | := | ninja | >| 2 | bob | Cleartext-Password | := | esponja | >| 3 | power | Cleartext-Password | := | ranger | >+----+----------+--------------------+----+---------+ > >mysql> select * from radgroupcheck; >Empty set (0.00 sec) > >That covers the SQL > >There is no Auth-Type = local anywhere... > >I ran a search for those too in all radiusd, eap, sql configuration files >and there are none. I'll run more tests later but I really don't think the >problem is with me setting the Auth-Type anywhere. >-- >View this message in context: >http://www.nabble.com/EAP%2BMD5%2BSQL-trouble-tf4571786.html#a13157094 >Sent from the FreeRadius - User mailing list archive at Nabble.com. > >- >List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

