Need to understand flow

2008-05-22 Thread Tuc at T-B-O-H.NET
Hi, I'm having to write my own validation and accounting for a device, and I need to understand a little about the flow. Is there a good reference for this? I don't have to support much, basically user/pass authentication, updating accounting, timeout, logoff. I understand that

Re: Need to understand flow

2008-05-22 Thread Alan DeKok
Tuc at T-B-O-H.NET wrote: I'm having to write my own validation and accounting for a device, Don't. Please. There are a number of RADIUS libraries available, including freeradius-client, on freeradius.org. It's supported, it works, and it's in use by a number of products. and I need

Re: Need to understand flow

2008-05-22 Thread Tuc at T-B-O-H.NET
a library. Right now I'm working with Net::Radius. But to use it I need to understand the flow since it only seems to be able to assemble and disassemble the packets, not tell me how to do it. and I need to understand a little about the flow. Is there a good reference for this? I don't have