Hello Anne -

On Thursday 06 September 2001 20:51, Anne Bennett wrote:
> Hugh,
>
> > My apologies, but I am still unclear as to what you are trying to do.
> >
> > From what you describe below, I understand you to mean that you want the
> > wireless base station to point to the ACS, which then points to Radiator,
> > which then authenticates from a UNIX box.
> >
> > Is this correct?
>
> Essentially yes: the wireless base station points to the ACS/Windows
> box, which then points to Radiator running on my Unix box, and Radiator
> authenticates based on flat file information.
>
> Plain old flat file authentication works as expected based on tests
> with radpwtst from "localhost".  What I need to know is whether Radiator
> will be able to respond correctly to the queries sent by the ACS/Windows
> box on behalf of the wireless base station, and if so, what additional
> configuration items are needed for that client (or the associated realm).
>

Thanks for the clarification.

Radiator should work correctly in the manner you describe, but if you send me 
a trace 4 debug from Radiator together with your configuration file (no 
secrets), I will be happy to take a look.

Here is part of the configuration that you will need:

# define Client clauses

<Client your.acs.box>
        Secret somesecret
        .....
</Client>

<Client localhost>
        Secret mysecret
        DupInterval 0
        .....
</Client>

# define AuthBy clauses

<AuthBy FILE>
        Identifier CheckFile
        Filename %D/users
        .....
</AuthBy>

# define Realm(s) or Handler(s)

<Realm>
        AuthBy CheckFile
        ......
</Realm>


hth

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

Reply via email to