2 Jun
2010
2 Jun
'10
5:39 p.m.
Jiann-Ming Su wrote:
According to the rlm_sql:
5. For each group this user is a member of, the corresponding check items are pulled from radgroupcheck table and compared with the request. If there is a match, the reply items for this group are pulled from the radgroupreply table and applied.
How many "check items" will freeradius check through? In my testing, it seems like on the first fail, it immediately goes to the next group.
The check items are *anded* together, via short-circuit evaluation. As soon as one result returns "false", the rest of the checks can be skipped. Alan DeKok.