"Fabio Potenza" <[EMAIL PROTECTED]> wrote: > My clients had two diferent NAS-Identifiers X and Y, and I'm trying to > change in mysql the op value == to check if there's some way to make this > field as �Containing�, then have the values X or Y for NAS-Identifier will > be valid, if the value of NAS-Identifier is diferent from X or Y they shoud > reject authentication, if the client had just the X NAS_Identifier or the Y > NAS_Identifier they shoud be authenticated.
Use a regular expression: NAS-Identifier =~ "X|Y" Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
