For me, in radcheck, I had to use == as my op

And in radreply I had to use :=

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Murphy
Sent: Tuesday, July 27, 2004 6:04 AM
To: [EMAIL PROTECTED]
Subject: radreply & mysql

 

Hi,

 

I assigned a number of users a static ip address using the dial_admin interface, but for some reason the radreply table doesn't seem to be used. When I look at /var/log/radacc/nas.ip/reply-date it doesnt show anything about the framed-ip.

 

 

mysql> select * from radcheck where Username="icepick";
+----+----------+---------------+----+-------+
| id | UserName | Attribute     | op | Value |
+----+----------+---------------+----+-------+
|  6 | icepick  | User-Password | := | barry |
+----+----------+---------------+----+-------+
1 row in set (0.00 sec)

mysql> select * from radreply where UserName="icepick";
+----+----------+--------------------+----+---------------+
| id | UserName | Attribute          | op | Value         |
+----+----------+--------------------+----+---------------+
| 10 | icepick  | Framed-Compression | =  | None          |
|  8 | icepick  | Framed-IP-Address  | =  | 219.88.249.85 |
+----+----------+--------------------+----+---------------+

 

Any ideas?

 

Thanks

Barry

 

Reply via email to