Hello, I want to send our DNS servers to all users. My entries looks so:
mysql> select * from radcheck where username="DEFAULT"; +-----+----------+--------------+----+-------------+ | id | UserName | Attribute | op | Value | +-----+----------+--------------+----+-------------+ | 102 | DEFAULT | Service-Type | == | Framed-User | +-----+----------+--------------+----+-------------+ 1 row in set (0.00 sec)
mysql> select * from radreply where username="DEFAULT"; +----+----------+-----------------------------+----+-------------+ | id | UserName | Attribute | op | Value | +----+----------+-----------------------------+----+-------------+ | 80 | DEFAULT | Ascend-Client-Primary-DNS | = | 192.168.1.1 | | 81 | DEFAULT | Ascend-Client-Secondary-DNS | = | 192.168.1.2 | +----+----------+-----------------------------+----+-------------+ 2 rows in set (0.00 sec)
But when testing with radtest, no DNS server will be send. Where is the error?
Regards, Thomas.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
