(RADIATOR) Multiple realms in handler
    Matt Scifo 
    mscifo at o1.com
       
    Thu Sep 13 19:32:45 CDT 2001
    
    
  
Hello
Can anyone tell me if this is possible to implement?
Two-Stage Proxy
      * All Requests initially parsed by Called-Station-Id
      * Option of then parsing requests, within a single Realm to match a
set of criteria based on "@realm" username identifiers
---------------------------------------
#Use regexp for called-station-id
<Handler Called-Station-Id = /\d{4}$/>
	#If user at realm1, then do this
	<Realm realm1>
		<AuthBy RADIUS>
			Host host1
			Secret secret1
		</AuthBy>
	</Realm>
	#If user at realm2, then do this
	<Realm realm2>
		<AuthBy RADIUS>
			Host host2
			Secret secret2
		</AuthBy>
	</Realm>
	#If user at realm3, then do this
	<Realm realm3>
		<AuthBy RADIUS>
			Host host3
			Secret secret3
		</AuthBy>
	</Realm>
	#If realm not found above
	<Realm DEFAULT>
		<AuthBy RADIUS>
			Host host1
			Secret secret1
		</AuthBy>
	</Realm>
</Handler>
--------------------------------------
Thanks
Matt
===
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