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. So if a user is a member of three groups I didn't want to have to put the Fall-Through attib in at least the first two groups, so he inherits the attibs from all three groups, thought there might be a setting in a config file for Fall-Through defaulting to Yes for groups, but couldn't see one. Regards Mark Strong
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=... )
participants (2)
-
Phil Mayers -
Strong, Mark