check items in radgroupcheck?
Alan DeKok
aland at deployingradius.com
Wed Jun 2 23:39:51 CEST 2010
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.
More information about the Freeradius-Users
mailing list