mysql not loading and linking -- segmentation fault

2004-06-24 Thread Manjunath M Prabhu
hi all, I am using freeradius-1.0.0-pre1 and have configured users file for authentication and this works fine. when i tried using mysql for authentication i get the segmentation fault error. With freradius-0.9.3 both authentication and accounting work fine when i use mysql. This is the debug

RE: mysql not loading and linking -- segmentation fault

2004-06-25 Thread Manjunath M Prabhu
- From: Alan DeKok [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 7:32 PM To: [EMAIL PROTECTED] Subject: Re: mysql not loading and linking -- segmentation fault Manjunath M Prabhu [EMAIL PROTECTED] wrote: Module: Loaded SQL Segmentation fault i get an error segmentation fault how do i

Send back attribute values with response

2004-08-25 Thread Manjunath M Prabhu
hi all, i am using freeradius-1.0 version. I connect to the Rad server from my NAS,which has a radclient. I begin with a accounting start request. With the accounting stop request the AcctStopTime and AcctSessionTime are updated in Mysql and the response is sent back to my NAS. I want to access

Add new attributes

2004-04-29 Thread Manjunath M Prabhu
hi alan, i am planning to add a new attribute say something like MAC-address which is not present right now in the attribute list. now i add the attribute in the dictionary using the line step 1--ATTRIBUTE MAC-Address 250 octets i am sure nothing is to be modified in 'sql.conf' as i want this

new attributes

2004-04-29 Thread Manjunath M Prabhu
hi alan, i am planning to add a new attribute say something like MAC-address which is not present right now in the attribute list. now i add the attribute in the dictionary using the line step 1--ATTRIBUTE MAC-Address 250 octets i am sure nothing is to be modified in 'sql.conf' as i want this

RE: new attributes

2004-04-30 Thread Manjunath M Prabhu
...what do i have to do??? Please help, with best regards, manjunath -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 8:31 PM To: [EMAIL PROTECTED] Subject: Re: new attributes Manjunath M Prabhu [EMAIL PROTECTED] wrote: i am not able to get

RE: Freeradius + Mysql Issues!

2004-05-26 Thread Manjunath M Prabhu
hi, i think you have to modify sql.conf and add the table names correctly because your output suggests that radius server is not able to connect to sql server. hence not able to retrieve the user credentials. regards, manjunath -Original Message-From: Alexander Khoo

rlm_sqlcounter

2004-06-02 Thread Manjunath M Prabhu
hi all, i have been working on freeradius for quite sometime and have some doubts.. 1.As per rlm_sqlcounter document i have implemented almost everything.but i get this error radiusd.conf[1] Failed to link to module 'rlm_sqlcounter': rlm_sqlcounter.so: cannot open shared object file: No such

Accounting on/off and start/stop

2004-06-03 Thread Manjunath M Prabhu
Hi all, 1.i want to know the difference between the accouting on and off attributes in comparison with the accounting start and stop attributes?? i do the following a) I use the radiusclient and acct-status-type=1 and start accounting the update of which i see in the radacct table. b) Now if i

PAP and CHAP

2004-06-08 Thread Manjunath M Prabhu
hi all, considering the user--Nas(rad client)--Rad server scenario right now the user sends plain text passwords to rad client which then uses pap(by defaultam i right here) and this is sent to the rad server where the plain text paswords are compared. 1.how do i implement the

RE: MySQL problem

2004-06-08 Thread Manjunath M Prabhu
hi, the problem is with the syntax, the quotes are missing for the %{Acct-Delay-Time} just add the quotes like in AcctStopDelay = '%{Acct-Delay-Time}' WHERE. this shld solve the problem regards, manjunath -Original Message- From: Ernesto Freyre [mailto:[EMAIL PROTECTED] Sent:

RE:PAP and CHAP

2004-06-08 Thread Manjunath M Prabhu
, manjunath -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 7:08 PM To: [EMAIL PROTECTED] Subject: Re: PAP and CHAP Manjunath M Prabhu [EMAIL PROTECTED] wrote: 1.how do i implement the authentication mechanisms from user itself?? What do you mean

radeapclient

2004-06-08 Thread Manjunath M Prabhu
hi all, can someone tell me how radeapclient can be installed as it seems to be missing i have tried the regular installed and also the debain package installation. thanx. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

radiusd -x gives error

2004-06-10 Thread Manjunath M Prabhu
hi all, i have installed freeradius-1.0.0-pre1. when i start the radius server using radiusd -x i get the following error Starting - reading configuration files ... Unable to open file DIR/radiusd.conf: No such file or directory Errors reading radiusd.conf the radiusd.conf is in

RE: radiusd -x gives error

2004-06-10 Thread Manjunath M Prabhu
i have made the change in the /sbin/rc.radiusd file now i try again with radiusd -x but still get the same error. do i have to change someother script or path variable...if so please tell me which one?? regards, manjunath -Original Message- From: Milver S. Nisay [mailto:[EMAIL

RE: radiusd -x gives error

2004-06-10 Thread Manjunath M Prabhu
: radiusd -x gives error - Original Message - From: Manjunath M Prabhu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 10, 2004 5:51 PM Subject: RE: radiusd -x gives error i have made the change in the /sbin/rc.radiusd file Try this: # radiusd -d yourraddbdir You'll have