(RADIATOR) Realm help needed
    Hugh Irvine 
    hugh at open.com.au
       
    Thu Oct 11 18:48:24 CDT 2001
    
    
  
Hello Jeff -
On Friday 12 October 2001 03:16, Jeffrey Wheat wrote:
> Hugh,
>
>     First off, just discovered how to get PreAuthHooks to work!
> Radiator rules! Much more powerful than I had imagined.
>
>     Ok, the last tip helped:
>
> <Handler Realm = /mydomain.com/i>
>         .....
> </Handler>
>
> Now what I would like to do is take any realm that is not caught
> by the handler for my direct customers:
>
> <Handler Realm=mycustomers.net>
>          # do stuff here
> </Handler>
>
> and have a different handler process those requests. The goal here
> is to maintain only two databases for accounting records, one for
> my customers and the other for my proxy customers.
>
You would add a second Handler:
# define Handlers
<Handler Realm=mycustomers.net> 
         # do stuff here 
</Handler> 
<Handler>
        # do other stuff here
</Handler>
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