Hello Brian -

On Tue, 05 Sep 2000, Brian Morris wrote:
> Hello All,
> 
> We would like to add a facility to our existing radiator install where a
> user can dial-in to our access server using a different telephone number and
> receive different access permissions  (eg: maximum session time)
> 
> As they will be connecting to the same access server I figure we need to
> setup a handler based on the number they are dialling in to - as the default
> realm for the access server is already being used.
> 
> My question is : can I setup a handler just for the called station ID and
> keep the existing <realm whatever> or must I change everything to be handled
> by a handler?
>

You should convert everything to Handlers:

<Handler Called-Station-Id = nnnn>
        ......
</Handler>

<Handler Called-Station-Id = mmmm>
        ......
</Handler>

<Handler Realm = foo.bar>
        ......
</Handler>

........

<Handler Realm = DEFAULT>
        ......
</Handler>

<Handler>
        ............
</Handler>

Note that Handlers are processed in the order they appear in the configuration
file, so the more specific must appear before the more general.

hth

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