16 Jun
2010
16 Jun
'10
10:55 a.m.
Matt Hite wrote:
Are check lines in the "users" file short-circuit "AND" evaluated from left to right?
Yes.
Extrapolating this presumption out to radgroupcheck when using a MySQL database, are the check items evaluated simply in order of column id value (ie. the order they are returned from the SELECT)?
Yes. Alan DeKok.