Hello Skeeve -

You should not mix Realms and Handlers in the same configuration file 
for this very reason.

Radiator first checks any Realms in the configuration file and if there 
is a match, that is what is used.

If you want to use a Handler as you show below, you should change your 
existing Realms to Handlers.

<Realm foo.bar>

would become

<Handler Realm = foo.bar>

Note that Handlers are evaluated in the order they appear in the 
configuration file, so the more specific must appear before the more 
general and the most often used should be as close to the top of the 
list as possible (modulo the previous caveat).

regards

Hugh


On Friday, September 20, 2002, at 10:35 AM, Skeeve Stevens wrote:

>
> Hey all,
>
> <Handler NAS-Port-Type = /Async/ >
>         AccountingHandled
>         <AuthBy Test>
>         </AuthBy>
> </Handler>
>
>
>
> Is being ignored at present :(
>
>
> WHERE in the config file should this handler be located.  The examples 
> in goodies suggest after the <Client> entries and before any Realm 
> entries.
>
>
>
> ...Skeeve
> ===
> Archive at http://www.open.com.au/archives/radiator/
> Announcements on [EMAIL PROTECTED]
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>
>

-- 
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 [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to