default Fall-Through = Yes for groups
Phil Mayers
p.mayers at imperial.ac.uk
Tue Jan 8 09:02:12 CET 2013
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=...
)
More information about the Freeradius-Users
mailing list