Hello Colin -

On Thu, 23 Mar 2000, colinc wrote:
> Hi there,
> 
> Is it possible to authenticate users through a different server when a
> realm is specified. Eg, logging in with a realm of @open.com.au would
> authenticate on the local radius server but a realm of @close.com.au
> would transfer authentication to a remote server elsewhere.
> 
> How would i setup radiator to do this?
> 

Something like this:

<Realm open.com.au>
        <AuthBy ....>
                ....
        </AuthBy>
</Realm>

<Realm close.com.au>
        <AuthBy RADIUS>
                Host ....
                Secret ....
                ....
        </AuthBy>
</Realm>

Have a look at section 6.25 in the Radiator 2.15 reference manual.

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