Hello Matt -
On Thu, 16 Sep 1999, Matt Nichols wrote:
> Hello,
> Just wondering if anyone knows how to block a call when there is no caller
> ID. I can use a check item such as:
>
> test Password="testpass", Calling-Station-Id=/249/
>
> but Just wondering how to only accept when there is CLI
>
I posted a reply to this question a couple of days ago.
Probably easiest in a Handler:
# Set up a Handler to match on blank Calling-Station-Id
<Handler Calling-Station-Id = "">
<AuthBy FILE>
Filename %D/reject.users
</AuthBy>
</Handlers>
and in the file reject.users:
# This DEFAULT entry will cause all users to be Rejected
DEFAULT Auth-Type = Reject
Note that the order of execution of Handlers is important, and that you should
not mix Realms and Handlers in the same configuration file. In other words, if
you are already using Realms, you should change them to Handlers. And the order
of execution of Handlers is in the order in which they appear in the
configuration file, therefore the more restrictive Handlers should appear
before the more general ones.
hth
Hugh
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.