On Apr 4, 2005 4:25 PM, Greg Swift <[EMAIL PROTECTED]> wrote:
> 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
 
> I know SELinux can be a bear, but I also know I can work past it (or
> atleast have so far).  But what is your warning about mysql?  I want it
> installed (okay, maybe not local server, but common and client).

I've done what I can to disable SELinux for now..  I'm not 100% sure
how it all works and I haven't had time to read up on it..

As for MySQL, basically I wasn't ready for 4.1.x and RHEL graciously
upgraded it for me..  :P  And if you're running a 4.1.x release lower
than what 4.0 ships with, it'll upgrade that as well..  If I remember
correctly, it actually removed all the seperate rpm's that I had and
installed the single rpm from rhel (I download the individual ones
from MySQL AB) ...

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 :)
 
> -Greg

-- 
Jason 'XenoPhage' Frisvold
[EMAIL PROTECTED]

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to