Am Mit, 2003-11-12 um 01.03 schrieb Nikolas Geyer: > None of the suggestions seem to have worked. > > > > I have run radiusd in debugging mode and it comes up with this > however; > > > > auth: No authenticate method (Auth-Type) configuration found for the > request: Rejecting the user >
Which could tell you that no valid Auth-Type is there... > auth: Failed to validate the user. > > > > Below are the relevant tables for the user; [...] > > mysql> select * from radgroupcheck; > > +----+-----------+-----------+----+-------+ > > | id | GroupName | Attribute | op | Value | > > +----+-----------+-----------+----+-------+ > > | 2 | static | Auth-Type | := | MD5 | > > +----+-----------+-----------+----+-------+ > > 1 row in set (0.00 sec) > Should look like Auth-Type := PAP, because MD5 is in the PAP module... Cheers, Uli [...] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
