Hi,

mysql> use freeradius;
Database changed
mysql> select * from radcheck;
+----+-----------------+--------------------+----+------------------+
| id | username        | attribute          | op | value            |
+----+-----------------+--------------------+----+------------------+
|  1 | user            | Password           | == | user             |
|  3 | [email protected]  | Cleartext-Password | := | test             |
|  5 | [email protected] | Cleartext-Password | := | test             |
| 10 | user            | Simultaneous-Use   | := | 1                |
|  8 | [email protected]  | Framed-Filter-Id   | := | SP=data:MSF=data |
|  9 | [email protected] | Framed-Filter-Id   | := | SP=data:MSF=data |
+----+-----------------+--------------------+----+------------------+


user is for WiFi
test and tes1 is for WimAX.

all usernames are authenticated for WiFi.

Wimax cannot.  I don't know why it uses username = 
'KeepAliveUserNameAndPassword', like in the debug?? when i used users file in 
FR with the same usernames, it was ok. I really use same usernames for auth in 
my Wimax CPEs.

07 декабря 2011, 20:17 от "Fajar A. Nugraha" <[email protected]>:
> On Wed, Dec 7, 2011 at 11:02 PM, [email protected]
> <[email protected]> wrote:
> > SELECT id, username, attribute,
> > value, op FROM radcheck WHERE username = 'KeepAliveUserNameAndPassword'
> > ORDER BY id
> 
> > SELECT groupname FROM radusergroup
> > WHERE username = 'KeepAliveUserNameAndPassword' ORDER BY priority
> 
> What do you get when you execute those two queries in mysql directly?
> 
> > [sql] User KeepAliveUserNameAndPassword not found
> 
> the sql module says the user is not found. It doesn't lie.
> 
> > =======================================
> > login and password are correct!
> 
> And how did you know that? Did you setup the tables correctly? Hint:
> execute those two queries above.
> 
> --
> 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

Reply via email to