Re: (RADIATOR) How to get to particular attribute if set multiple times in radius packet

2002-04-28 Thread Hugh Irvine
Hello Tim - For this type of problem you are better off writing a PreClientHook that walks the attribute list looking for whatever and sets a pseudo-attribute in the request that you can then process with a Handler. regards Hugh On Sat, 27 Apr 2002 21:53, Timothy G. Wells wrote: Hi Hugh,

Re: (RADIATOR) How to get to particular attribute if set multiple times in radius packet

2002-04-27 Thread Hugh Irvine
Hello Tim - You will have to write a hook that walks the attribute list. What happens if you try the Handler that you describe? regards Hugh On Sat, 27 Apr 2002 13:53, Timothy G. Wells wrote: Greetings, I'm sorry to hit with so many questions but I'm finally getting time to put in to

Re: (RADIATOR) How to get to particular attribute if set multiple times in radius packet

2002-04-27 Thread Timothy G. Wells
Hi Hugh, The handler fails to see because the attribute is set to the last item seen. May I suggest it be placed into an array or a string with all items separated by a comma? -- Tim -Original Message- From: Hugh Irvine[EMAIL PROTECTED] Sent: 4/27/02 4:23:47 AM To: Timothy G.

(RADIATOR) How to get to particular attribute if set multiple times in radius packet

2002-04-26 Thread Timothy G. Wells
Greetings, I'm sorry to hit with so many questions but I'm finally getting time to put in to Radiator. If a radius packet comes to Radiator and it's name is duplicated, how do I get to a particular part? For instance if I look at %{Service_info} I would get TX where I really wish I could