(RADIATOR) Proxy Setting
    Hugh Irvine 
    hugh at open.com.au
       
    Tue May 29 00:57:32 CDT 2001
    
    
  
Hello Chairath -
On Tuesday 29 May 2001 15:13, chairarth wrote:
> > Hi ,
>
> I'm having question setting proxy on our Radiator Server. We wanna set
> Radiator to forwards all authenticaton and accounting requests for realm
> @xxx to server xxx and realm @yyy to server yyy. In case of realm @xxx ,
> Radiator must remove realm @xxx from username before sending auth and
> acct request to server xxx .  In case of realm @yyy, Radiator must not
> remove realm @yyy from username before sending auth and acct request to
> server yyy.
>
> So can someone help me how to config it?
>
You would do something like this:
# define AuthBy clauses
<AuthBy RADIUS>
	Identifier ProxyToXXX
	......
</AuthBy>
<AuthBy RADIUS>
	Identifier ProxyToYYY
	......
</AuthBy>
# define Realms
<Realm xxx>
	RewriteUsername .....
	AuthBy ProxyToXXX
	....
</Realm>
<Realm yyy>
	AuthBy ProxyToYYY
</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 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