Re: how to change the radiusd.conf file to fit mysql database?

2009-12-17 Thread Saeed Akhtar
hi. In new version you will find it in sites-available/default file. Regards, Saeed Akhtar On Thu, Dec 17, 2009 at 2:35 PM, Zhang Shukun bit...@gmail.com wrote: hi, friends i install freereadius 2.1.7. i follow the instruction as follow: radiusd.conf Find the “authorize

CHAP password using perl

2009-01-16 Thread Saeed Akhtar
password to user-password feild or there is any way to integrate CHAP password module in perl code. Means I want to authenticate CHAP password through my own perl code, how will I do it. I'll be thankful for any help Regards, Saeed Akhtar - List info/subscribe/unsubscribe? See http

rlm_perl help required

2008-12-15 Thread Saeed Akhtar
want to ask how will I tell freeradius that reply with Access-Accept. Because if I just give a message in RAD_REPLY{'Reply-Message'} and then end my function with return RLM_MODULE_OK, freeradius sends Access-Reject packet with my Reply-Message. Can anybody please help me. Thanks Regards, Saeed

rlm_perl

2008-12-05 Thread Saeed Akhtar
-Type Error reading /usr/local/etc/raddb/users I just want to install rlm_perl and use it in accounting section, so that I can count its packets in and out.and time usage of user and make my own decisions. Can anyone please help me, I'll be Thankful Regards, Saeed Akhtar - List info/subscribe

Re: Time based billing

2008-12-03 Thread Saeed Akhtar
Thank you all for your support. I think rlm_perl is better option because queries are a bit complex and I want to integerate more functionality in future. Thanks once again to all . Regards, Saeed Akhtar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Time based billing

2008-12-02 Thread Saeed Akhtar
, Saeed Akhtar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Time based billing

2008-12-02 Thread Saeed Akhtar
may be we can create some condition to do so. Ivan Kalik suggested that I should go for perl. But frankly speaking I never used perl so may be its too difficult for me to use perl code. I want to know is there any other choice or I have to go for perl? Regards, Saeed Akhtar On Tue, Dec 2, 2008

Check on bytes used

2008-11-30 Thread Saeed Akhtar
Hi all, I want to create a check on user monthly usage in (MB/GB etc.). Is there any module available to do so. yes or not what attribute will be sent to client, like session-timeout attribute gives the time in second. waiting for reply. thanks Regards, Saeed Akhtar - List info/subscribe

Re: Check on bytes used

2008-11-30 Thread Saeed Akhtar
Its for Time. I want count on bytes used. and one other problem, its return value is Session-Timeout. It represents remaining time not remaining bytes. any clue which attribute will tell remaining bytes??? Regards, Saeed Akhtar On Sun, Nov 30, 2008 at 8:59 PM, Venkatesh K [EMAIL PROTECTED

help needed --- jradius configuration with freeradius 2.1.1

2008-11-29 Thread Saeed Akhtar
) at net.sf.jradius.freeradius.FreeRadiusProcessor.processRequest(FreeRadiusProcessor.java:55) at net.sf.jradius.server.Processor.process(Processor.java:119) at net.sf.jradius.server.Processor.run(Processor.java:91) Can anyone please help me where is the problem?? Thanks Regards, Saeed Akhtar - List

Re: help needed --- jradius configuration with freeradius 2.1.1

2008-11-29 Thread Saeed Akhtar
I figured it out. It was just conflict of version. Freeradius 2.11 is not configurable with older version of jradius. it needs new version - jradius 1.0.0 server. http://dev.coova.org/mvn/net/jradius/jradius-server/1.0.0/jradius-server-1.0.0-release.zip Thanks to all. Regards, Saeed Akhtar

Problem in using counters

2008-11-28 Thread Saeed Akhtar
; rejecting user And then it sends Accept-Reject reply Can anyone tell me where is the problem??? Regards, Saeed Akhtar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem in using counters

2008-11-28 Thread Saeed Akhtar
I was using mysql. Thanks it worked. Regards, Saeed Akhtar On Fri, Nov 28, 2008 at 7:57 PM, [EMAIL PROTECTED] wrote: I have upgraded to Freeradius ver 2.1.1. I want to use counter (using sql) so I added counter.conf sql counters are defined in raddb/sql/mysq(or whatever database

Read radius client from database

2008-11-26 Thread Saeed Akhtar
client Can anyone help me in this regard??? Thank you Regards, Saeed Akhtar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Read radius client from database

2008-11-26 Thread Saeed Akhtar
on authentication *:1812 Listening on accounting *:1813 Ready to process requests. Regards, Saeed Akhtar 2008/11/26 [EMAIL PROTECTED] Post the debug of the server startup. Ivan Kalik Kalik Informatika ISP Dana 26/11/2008, Saeed Akhtar [EMAIL PROTECTED] piše: Hi all, I am having

Re: Read radius client from database

2008-11-26 Thread Saeed Akhtar
errors... so best choice left for me was to degrade to 1.1.3 ... as a patch was available for this version but now im facing problems regarding mysql Can you people suggest me anything.. Thanks for the help Regards, Saeed Akhtar On Wed, Nov 26, 2008 at 6:17 PM, Alan DeKok [EMAIL

Re: Read radius client from database

2008-11-26 Thread Saeed Akhtar
hopeful for some help :) Thanks Regards, Saeed Akhtar 2008/11/26 [EMAIL PROTECTED] 1.1.3 doesn't use Cleartext-Password. That came in 1.1.4. Read the users file. It should be User-Password. Ivan Kalik Kalik Informatika ISP Dana 26/11/2008, Saeed Akhtar [EMAIL PROTECTED

Problem in setting up radius database in sql

2008-11-20 Thread Saeed Akhtar
sql /usr/local/etc/raddb/radiusd.conf[1847]: Failed to find module sql. /usr/local/etc/raddb/radiusd.conf[1776]: Errors parsing authorize section. } } Errors initializing modules If somebody could help me i'll be very thankful. Regards, Saeed Akhtar - List info/subscribe/unsubscribe? See http

Re: Problem in setting up radius database in sql

2008-11-20 Thread Saeed Akhtar
I'm sorry but how to compile/install it using mysql extensions rlm_sql_mysql... can u plz guide me.. i cant find any help on internet. Regards, Saeed Akhtar On Thu, Nov 20, 2008 at 1:43 PM, Alexandre Chapellon [EMAIL PROTECTED] wrote: your freeradius seems to be compiled/installed without

Re: Problem in setting up radius database in sql

2008-11-20 Thread Saeed Akhtar
I am using ubuntu 7.04 ... btw link sent by Ivan really worked . thanks to all. Regards, Saeed Akhtar On Thu, Nov 20, 2008 at 5:58 PM, Saif Aadil [EMAIL PROTECTED] wrote: try 'yum install freeradius-mysql' -- Date: Thu, 20 Nov 2008 13:15:42 +0500 From

Re: Re: Problem in setting up radius database in sql

2008-11-20 Thread Saeed Akhtar
I agree but in my case it was because a package mysql-dev was missing... when i installed it. everthing went good. Regards, Saeed Akhtar 2008/11/20 dgluoyun [EMAIL PROTECTED] I install the freeradius and mysql with the rpm packages, in the default way. nothing special to mention. 在

Help needed --- urgent

2008-11-19 Thread Saeed Akhtar
jradius. /usr/local/etc/raddb/radiusd.conf[1776]: Errors parsing authorize section. } } Errors initializing modules Can anyone please help me... why im getting error ... how can i fix this. Regards, Saeed Akhtar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Help needed --- urgent

2008-11-19 Thread Saeed Akhtar
Thanks Ivan... I was not using jradius... and now it works thanks alot Regards, Saeed Akhtar On Wed, Nov 19, 2008 at 6:35 PM, [EMAIL PROTECTED] wrote: I'm new to freeradius and i want to configure and test my server... I have installed server from cvs now when i run radiusd -X