Re: Problem with Retrieving some Attributes

2009-10-28 Thread Alan DeKok
mozafar roshany wrote: > So you mean if an application wants to gather accounting statistics, get > some attributes or something like that, it should read radius DB > directly? Yes. > or can query RADIUS server? No. RADIUS is not a database. It does not provide a generic query API. > All

Re: Problem with Retrieving some Attributes

2009-10-28 Thread mozafar roshany
> If you really want to use radius records look into the radius database (radacct table). Thank you. So you mean if an application wants to gather accounting statistics, get some attributes or something like that, it should read radius DB directly? or can query RADIUS server? All that I want is

Re: Problem with Retrieving some Attributes

2009-10-28 Thread Ivan Kalik
> I know that RADIUS server does AAA. Suppose that I have an active session > (I > made one with radclient). Now, I want to get an attribute of that session > (for example, Calling-Station-Id); My problem is that I don't know what > packet type should I send to RADIUS server to get attributes. You

Problem with Retrieving some Attributes

2009-10-28 Thread mozafar roshany
Hi all I know that RADIUS server does AAA. Suppose that I have an active session (I made one with radclient). Now, I want to get an attribute of that session (for example, Calling-Station-Id); My problem is that I don't know what packet type should I send to RADIUS server to get attributes. My fr