(RADIATOR) handler matching
Hugh Irvine
hugh at open.com.au
Mon Sep 24 03:19:01 CDT 2001
Hello Billy -
On Monday 24 September 2001 14:20, Billy Li wrote:
> Dear All,
>
> I have face a problem that I use MAX TNT to connect with the radiator, now,
> several problem exist ...
>
> 1. when I enable DNIS require, I can rather put the two handler in the cfg
> file like that ...
>
> <handler called_station_id = xxxx>
> <AuthBy TEST>
> </AuthBy>
> </handler>
>
> <handler called_station_id = xxxx, calling_station_id = yyyy>
> <AuthBy FILE>
> Filename xxxxx
> </AuthBy>
> </handler>
>
> this would make when the called ID =xxxx, it will only choice the least
> match handler to handle the request ... can I make it use the Max match to
> handle the request so that I can auth by called-station, calling station
> and user/pass ??
>
All you have to do is reverse the order of the Handlers.
<Handler Called-Station-Id = xxxx, Calling-Station-Id = yyyy>
<AuthBy FILE>
Filename xxxxx
</AuthBy>
</Handler>
<Handler Called-Station-Id = xxxx>
<AuthBy TEST>
</AuthBy>
</Handler>
> 2. when I enable the clid-auth-mode = clid-first in the MAX TNT, I modify
> the config file like that ....
>
>
> <Handler Called-Station-Id = xxxx>
> <AuthBy FILE>
> Filename /etc/users
> AddToReply Service-Type=Framed-User,Framed-Protocol=PPP
> </AuthBy>
>
> </Handler>
>
> and in /etc/users, I set
>
> yyyyyyy Password = "Ascend-CLID"
> Ascend-Require-Auth = Require-Auth,
>
>
> as I have set "Require-Auth" in the users file, but whatever I type in the
> users file, it can let me in ....
>
>
> anyone have suggestion for me ??
>
I don't know how the Ascend "Require-Auth" is supposed to work.
Anyone else?
regards
Hugh
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list