Jason Frisvold wrote:
On Apr 4, 2005 4:25 PM, Greg Swift <[EMAIL PROTECTED]> wrote:Close, it seems that you only need the radgroupcheck... which I hadn't checked...... thank you for pointing that out to me.
Sending Access-Accept of id 188 to 64.238.139.2:7016
Reply-Message = "This feature is not enabled for this userid"
Ascend-Maximum-Channels := 0
Finished request 38
This looks correct, if I understand what you've tried to do .. For my "suspended" group, I've set it up this way :
mysql> select * from radgroupcheck where groupname = 'suspended'; +----+-----------+-----------+----+--------+ | id | GroupName | Attribute | op | Value | +----+-----------+-----------+----+--------+ | 1 | suspended | Auth-Type | := | Reject | +----+-----------+-----------+----+--------+ 1 row in set (0.00 sec)
mysql> select * from radgroupreply where groupname = 'suspended'; +----+-----------+-----------+----+--------+------+ | id | GroupName | Attribute | op | Value | prio | +----+-----------+-----------+----+--------+------+ | 1 | suspended | Auth-Type | := | Reject | 0 | +----+-----------+-----------+----+--------+------+ 1 row in set (0.00 sec)
I *think* you only need the radgroupreply entry .. But it works this
way and I'd rather not break it.. :P
mysql> select * from radgroupcheck where groupname = 'disabled';
+----+-----------+-----------+----+--------+
| id | GroupName | Attribute | op | Value |
+----+-----------+-----------+----+--------+
| 3 | disabled | Auth-Type | := | Reject |
+----+-----------+-----------+----+--------+
1 row in set (0.01 sec)
mysql> select * from radgroupreply where groupname = 'disabled';
+----+-----------+---------------+----+---------------------------------------------+------+
| id | GroupName | Attribute | op | Value | prio |
+----+-----------+---------------+----+---------------------------------------------+------+
| 17 | disabled | Reply-Message | = | This feature is not enabled for this userid | 0 |
+----+-----------+---------------+----+---------------------------------------------+------+
1 row in set (0.00 sec)
mysql>
Feel free to email me offlist if you'd like to discuss RHEL 4.0 or
MySQL... I don't want to cause extra noise on the list :)
*nod*
Thanks again
-greg
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html