I am not the expert, but I don't think using false values is the correct way to do that. The way I think would be better is this:
In my radgroup check I have the Auth-Type set to "Reject", so the users in the group "reject" cannot connect. mysql> select * from radgroupcheck; +----+-----------+------------------+--------+----+ | id | GroupName | Attribute | Value | op | +----+-----------+------------------+--------+----+ | 21 | reject | Auth-Type | Reject | := | +----+-----------+------------------+--------+----+ So you could just put the group "nodial" in radgroupcheck, with the Auth-Type set to "Reject". Nick On Monday 01 July 2002 11:21, Aaron T. Weiker wrote: > I want to be able to disable a user by putting them into a "nodial" > group in SQL. > > Currently I am getting this to work by putting putting this into the > radgroupcheck table. > > +----+-----------+--------------+--------+------+ > > | id | GroupName | Attribute | Value | op | > > +----+-----------+--------------+--------+------+ > > | 1 | nodialup | Service-Type | Framed | <> | > > +----+-----------+--------------+--------+------+ > > Is this the correct way to produce the desired result? If someone knows > of a better method for producing the same results that would be helpful > as well. > > Thanks, > Aaron Weiker > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html -- Nick Davis Associate Systems Administrator [EMAIL PROTECTED] Internet Exposure, Inc. http://www.iexposure.com (612)676-1946 Web Development-Web Marketing-ISP Services - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
