Hello List,

I'm using mysql to authenticate all our users. I've set up 
a huntgroup which denies access based on called-station-id
like this:

hg      called-station-id==3456778
hg      called-station-id==1689988
hg      called-station-id==9983789

Then i've added an record in the table radcheck:

+----+-----------+----------------+----+----------+
| id | UserName  | Attribute      | op | Value    |
+----+-----------+----------------+----+----------+
|  3 | test      | Huntgroup-Name | == | hg       |
|  2 | test          | User-Password  | == | guess    |
+----+-----------+----------------+----+----------+

It works like a charm like this. 
BUT
is there a way a can add the same record to the radgroupcheck table?
I tried with
+----+------------------+----------------+----+---------+
| id | GroupName        | Attribute      | op | Value   |
+----+------------------+----------------+----+---------+
|  8 | hgtest           | Huntgroup-Name | := | hg      |
+----+------------------+----------------+----+---------+

i've also tried '==' as an op but the users in the hgtestgroup always
get authenticated. 

Thanks for any help :)
Bart

best regards
Bart van Daal 
Tel + 32 3 780 74 80 
www.edpnet.net 
EDPnet Technical Department 
----------------------------------------------------------------
EDPnet confidential proprietary business information
 


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

Reply via email to