On Jun 14,  3:45pm, Josh Bressers wrote:
> Subject: (RADIATOR) Speaking to another radius server
> Question for you all out there.  I need to get radiator to authenticate and
> do accounting locally, but I also need it to send another machine the
> accounting data, no authentication.  I've looked over the Ref Manual and the
> FAQ and can't find anything that resembles this.  I have no problems getting
> it to authenticate and do accounting on one machine, that's fine.  Can I
> get radiator to do this?

If you mean that you want to send accoutning (not auth) to another remote
radius server, no problem.

You will want something like this:

<Realm DEFAULT>
        AuthByPolicy ContinueWhileAccept
        <AuthBy FILE>
                # Whatever you have for local auth
        </AuthBy>

        <AuthBy RADIUS>
                NoForwardAuthentication
                Host    whatever
                Secret  whatever
        </AuthBy>

</Realm>


Hope that  helps.

Cheers.

>
>       JB
>
> ===
> Archive at http://www.thesite.com.au/~radiator/
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>-- End of excerpt from Josh Bressers



-- 
Mike McCauley                               [EMAIL PROTECTED]
Open System Consultants Pty. Ltd            Unix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985                       Fax   +61 3 9598-0955

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.

Reply via email to