Hello Brian -

On Sun, 28 May 2000, Brian wrote:
> Called-Station-Id appears in my detail logs as:
> 
> Called-Station-Id = "3182134600"
> 
> However, doing something like this in a checkitem, produces an error:
> 
> Called-Station-Id != "3182134600"
> 
> do I have to do something like:
> 
> Called-Station-Id = (?!"3182134600")
> 
> or are the quotes not even needed?
> 

I should have been more explicit, sorry.

Here is the exact syntax for an example user who is not allowed to call the
number 3334444:

hugh    Called-Station-Id = /^(?!3334444)/, Password = "hugh"
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-IP-Netmask = 255.255.255.255,
        Framed-Routing = None,
        Framed-MTU = 1500,
        Framed-Compression = Van-Jacobson-TCP-IP            

This "negative lookahead assertion" is documented in the last paragraph of
section 13.1.18 in the Radiator 2.15 reference manual.

regards

Hugh

-- 
Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.



===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to