I have a check to verify that a user is allowed to use radius at all, simply
by checking if they are in the “radius” group.
DEFAULT Group != "radius", Auth-Type == Reject
Reply-Message == " Not in radius group"
I would like to expand this to check against TWO groups. If user is in either one then pass ,
if user is in neither then generate the Reply-Message == " Not in radius group(s)"
Its likely a simple tweak, but its escaping me. Is this where !* would serve?
Thank You!