Re: Insert billiplan code in radacct table during authenticaiton

2008-10-27 Thread liran tal
On Sun, Oct 26, 2008 at 4:12 AM, Bishal [EMAIL PROTECTED] wrote: Following is my radcheck table format: --+--+-+--+ | id | UserName | Attribute| op | Value| CrDate | creator | Usemac | activated | activeDate | status | rate |

Re: Insert billiplan code in radacct table during authenticaiton

2008-10-27 Thread Bishal
Hi Liran, I have developed my own php based online viewing gui interface. Bishal On 10/27/2008, liran tal [EMAIL PROTECTED] wrote: On Sun, Oct 26, 2008 at 4:12 AM, Bishal [EMAIL PROTECTED] wrote: Following is my radcheck table format: --+--+-+--+ | id

Re: Insert billiplan code in radacct table during authenticaiton

2008-10-27 Thread liran tal
Hey Bishal, On Mon, Oct 27, 2008 at 5:08 PM, Bishal [EMAIL PROTECTED] wrote: Hi Liran, I have developed my own php based online viewing gui interface. That's somewhat sad for me to hear as I do believe that daloRADIUS is a great platform or at least honestly trying to be with a whole lot

Re: Insert billiplan code in radacct table during authenticaiton

2008-10-26 Thread tnt
Following is my radcheck table format: --+--+-+--+ | id | UserName | Attribute| op | Value| CrDate | creator | Usemac | activated | activeDate | status | rate | Type | BillingPlan | TimeToFinish |

Re: Insert billiplan code in radacct table during authenticaiton

2008-10-26 Thread Bishal
Thanks Ivan, by extending my query in mysql it worked. Thanks Bishal On 10/26/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Following is my radcheck table format: --+--+-+--+ | id | UserName | Attribute| op | Value| CrDate | creator |

Re: Insert billiplan code in radacct table during authenticaiton

2008-10-25 Thread Anders Holm
Would a customers billing plan be determined if they sucessfully authenticate? Wouldn't they all then be in the same plan? Sorry, I just don't see your point. Sent from my iPhone On 25 Oct 2008, at 03:26, Bishal [EMAIL PROTECTED] wrote: Hi all, I am using freeradius for AAA of

Re: Insert billiplan code in radacct table during authenticaiton

2008-10-25 Thread tnt
I am using freeradius for AAA of my cable users. Now what I want to do is, insert billiplan code 001 into radacct table during authentication so that I can view online users according to billingplan code. There will be Billingplan field in radcheck table and when users tries to login the

Re: Insert billiplan code in radacct table during authenticaiton

2008-10-25 Thread Bishal
Following is my radcheck table format: --+--+-+--+ | id | UserName | Attribute| op | Value| CrDate | creator | Usemac | activated | activeDate | status | rate | Type | BillingPlan | TimeToFinish |

Insert billiplan code in radacct table during authenticaiton

2008-10-24 Thread Bishal
Hi all, I am using freeradius for AAA of my cable users. Now what I want to do is, insert billiplan code 001 into radacct table during authentication so that I can view online users according to billingplan code. There will be Billingplan field in radcheck table and when users tries to