At 03:21 PM 1/9/2002 +0100, Matteo Falconi wrote:
>Sorry, but I've to check which number the user is calling to.
>But I have to match something like *413 where * is the wildcard.
'man users'
...
OPERATORS
Additional operators other than = may be used for the attri-
butes in either the check item, or reply item list. The
following is a list of operators, and their meaning.
...
Attribute =~ Expression
As a check item, it matches if the request contains an
attribute which matches the given regular expression.
This operator may only be applied to string attributes.
Not allowed as a reply item.
Attribute !~ Expression
As a check item, it matches if the request contains an
attribute which does not match the given regular
expression. This operator may only be applied to
string attributes.
Not allowed as a reply item.
...
-Chris
--
\\\|||/// \ Chris Parker - Manager, Development Engineering
\ ~ ~ / \ WX *is* Wireless! \ [EMAIL PROTECTED]
| @ @ | \ http://www.starnetwx.net \ (847) 963-0116
oOo---(_)---oOo--\------------------------------------------------------
\ Without C we would have 'obol', 'basi', and 'pasal'
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html