24 Oct
2005
24 Oct
'05
12:50 p.m.
Alister Winfield <alister.winfield@uk.easynet.net> wrote:
Are you suggesting this in valuepair.c inside the loop that walks the check items, or in rlm_file which I suspect would require the full check items list to be copied to keep everything sane? I suspect you mean in valuepair.c but thought it wise to ask ;).
valuepair.c. That code is *also* used by other modules in FreeRADIUS, so editing rlm_files wouldn't be correct.
Anyway just noticed another unfortunate feature in rlm_file.c. The != and !~ tests only notice if the very first matching attribute doesn't match the value / regex but there is no way of asking the question does this attribute value pair NOT exist anywhere in the packet.
Huh? !* and =* Alan DeKok.