Thats it .. Problem was in operator I changed it to := and it works. Thankyou Fajar
________________________________ From: Fajar A. Nugraha <[email protected]> To: FreeRadius users mailing list <[email protected]> Sent: Tue, May 24, 2011 2:17:51 PM Subject: Re: Authentication Problem On Tue, May 24, 2011 at 3:20 PM, john decot <[email protected]> wrote: >> SELECT id, username, attribute, value, op FROM radcheck >> WHERE username = BINARY 'bob' ORDER BY id; > +-----+----------+--------------------+-------------+----+ > | id | username | attribute | value | op | > +-----+----------+--------------------+-------------+----+ > | 384 | bob | Cleartext-Password | bob | := | > | 385 | bob | Simultaneous-Use | 1 | = | > | 386 | bob | Expiration | 25 Jun 2011 | := | > +-----+----------+--------------------+-------------+----+ > 3 rows in set (0.00 sec) That is odd. What happens when you remove "Simultaneous-Use" record for bob? -- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

