8 Jan
2013
8 Jan
'13
3:02 a.m.
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=... )