On 01/07/2013 11:30 PM, Strong, Mark wrote:
Guys, Is there an option to set Fall-Through = Yes for groups as
default, just wanted to avoid having Fall-Through = Yes in every
group I have in radgroupreply.

Nope. You could modify the SQL queries to do this, depending on your SQL database e.g.

select ... from radgroupreply and groupname=...
union all
select 'Fall-Through','=','yes' where not exists (
  select 1 from radgroupreply
  where
  attr='Fall-Through'
  and
  groupname=...
)
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to