Re: [RADIATOR] ClientHook sequence?

2010-08-25 Thread Dave Kitabjian
Mike, Hugh, and Heikki, Thanks!! Dave -Original Message- From: Hugh Irvine [mailto:h...@open.com.au] Sent: Friday, August 20, 2010 7:03 PM To: Heikki Vatiainen Cc: Dave Kitabjian; radiator@open.com.au; Greg Evanyke Subject: Re: [RADIATOR] ClientHook sequence? Hello Heikki, Hello Dave

Re: [RADIATOR] ClientHook sequence?

2010-08-20 Thread Hugh Irvine
Hello Heikki, Hello Dave - Correct. Historically we had a PreClientHook and a PreHandlerHook in the Client clause(s), however when vendors began encrypting attributes, we needed to provide a hook that fired after the attributes were decoded. Hence we came up with the ClientHook that can be sp

Re: [RADIATOR] ClientHook sequence?

2010-08-20 Thread Mike McCauley
Hi, On Saturday 21 August 2010 06:58:29 am Heikki Vatiainen wrote: > On 08/20/2010 11:03 PM, Dave Kitabjian wrote: > > Does anyone know where the "ClientHook" fits in this order-of-execution > > sequence? > > Seems to be between steps 6 and 7. The global ClientHook runs first and > right after th

Re: [RADIATOR] ClientHook sequence?

2010-08-20 Thread Heikki Vatiainen
On 08/20/2010 11:03 PM, Dave Kitabjian wrote: > Does anyone know where the "ClientHook" fits in this order-of-execution > sequence? Seems to be between steps 6 and 7. The global ClientHook runs first and right after that the client specific ClientHook is called. I also noticed that at least with

[RADIATOR] ClientHook sequence?

2010-08-20 Thread Dave Kitabjian
Does anyone know where the "ClientHook" fits in this order-of-execution sequence? Dave http://open.com.au/radiator/ref.pdf 1. Server started 2. StartupHook called 3. Request received from NAS 4. Global RewriteUsernames applied 5. PreClientHook called 6. Client clause selected 7. C