El Miércoles, 1 de Marzo de 2006 12:47, Stefan Winter escribió: > > +----+----------+-----------+-------+----+ > > > > | id | UserName | Attribute | Value | op | > > > > +----+----------+-----------+-------+----+ > > > > | 1 | kno | Password | kk | == | > > > > +----+----------+-----------+-------+----+ > > Try calling the attribute "User-Password" and the op ":=" as it is > documented in lots of places and discussed very often on this list. > > Greetings, > > Stefan Winter Ok changed: SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE Username = 'kno' ORDER BY id; +----+----------+---------------+-------+----+ | id | UserName | Attribute | Value | op | +----+----------+---------------+-------+----+ | 1 | kno | User-Password | kk | := | +----+----------+---------------+-------+----+ But the same message in the server: rlm_sql (sql): No matching entry in the database for request from user [kno] rlm_sql (sql): Released sql socket id: 4 Login incorrect (No password configured for the user): [kno/kk] (from client kno port 1) Login incorrect: [kno/kk] (from client kno port 1) rad_recv: Access-Request packet from host 80.xx.xx.xx:59454, id=214, length=55 Sending Access-Reject of id 214 to 80.xx.xx.xx:59454
More ideas? Thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

