Hello Valentin -
I think you will have to write a custom AuthBy module, based on AuthRADIUS.pm, that will do what you describe below. Check out the new Context.pm module which provides a very nice way to maintain state information for limited periods of time, which you will need to keep track of the various requests and responses. regards Hugh On Wed, 5 Jun 2002 12:15, Valentin Tumarkin wrote: > Hi, > > Our customer is looking for a solution to the following scenario: > > 1. Radiator RADIUS Server receives a request from a NAS > 2. Proxies the request to two other RADIUS Servers > 3. Only when it receives replies from both RADIUS Servers it replies > back to the NAS > > The whole thing has to run asynchronously. > > Questions: > > a) Is 'ReplyHook' the proper solution for this ? Any other options ? > > b) Is it possible for Radiator to send the request to both RADIUS Servers > simultaneously (not one after another) ? Any pointers on how this be > done ? (Writing new authentication modules is not a problem) > > > > Best Regards, > > Valentin > > === > Archive at http://www.open.com.au/archives/radiator/ > Announcements on [EMAIL PROTECTED] > To unsubscribe, email '[EMAIL PROTECTED]' with > 'unsubscribe radiator' in the body of the message. -- 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 [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
