Re: (RADIATOR) Resolved problem tracking actual userid and macs address with EAP.

2003-08-22 Thread Hugh Irvine
Hello John - Thanks for the update. BTW - you can also use the incoming request packet as a temporary scratch-pad area, which avoids you having to worry about undefined attributes in the reply packet (as the packet is just deleted after processing). regards Hugh On Friday, Aug 22, 2003, at

(RADIATOR) Resolved problem tracking actual userid and macs address with EAP.

2003-08-21 Thread John McFadden
There may be better ways but the good news is I did get around my authenication sql logging issue. I was able to get around the mac to userid tracking problem by adding temp attributes to the reply in the inner authentication then using them in the outer authentication to do the acutal logging.