RE: Freeradius on Sun Fire platforms

2007-01-11 Thread Shankar Ganesh C
Hi, We have run Free radius from June 2006 in the below configuration sun4u sparc SUNW,Sun-Fire-V210 / solaris 9 Rgds, Shankar -Original Message- From: [EMAIL PROTECTED] org [mailto:[EMAIL PROTECTED] eradius.org]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, January 11, 2007 4:48 PM To:

Help to pass a local variable from Freeradius to exec program

2006-09-29 Thread Shankar Ganesh C
Hi All I am trying to pass a integer value from Free radius to exec program . I have tryed to add as a value pair using paircreate() and then added the same to the request->packet->vps using pairadd. Set the lvalue , strvalue etc and passed to the radius_exec_program from rad_accounting module.

RE: How to return AV pairs from within an rlm module?

2006-09-14 Thread Shankar Ganesh C
Hi Ali,   it works from the exec program . Just by writing to the stdout in format "User-Name=steve".I have tried with vendor specfic attributes also it has worked.   Rgds, Shankar ganesh -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Ali M

RE: Question about rlm modules

2006-09-12 Thread Shankar Ganesh C
Hi Ali,   Could you let me know how did u capture the vendor specfic attributes in the rlm_module ? like the one you have described earlier getenv(USER_NAME) , getnev(Cisco_AVP) ?   Rgds, Shankar ganesh -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On

exec-program-wait to send back AV pairs to freeradius

2006-09-07 Thread Shankar Ganesh C
Hi All,   I am trying to set values for more than one attributes in the exec-program-wait for accounting start packets.   Below is the code i am trying in the exec-program-wait   putenv("Calling-Station-ID=10") putenv("Called-Station-ID=50") Putenv("Acct-Session-ID="20") return 0;   I have

RE: Help to modify the reply list for accounting response packets.

2006-09-04 Thread Shankar Ganesh C
Hi Vladimir, I have created the tables and added the queries for the same in the below files. I understand that I need to change the rad_accounting function in acct.c file. But please let me know where i need to update or insert the values for the reply tables. Looking forward for your help. Than

Dynamic port assignment to exec program

2006-09-04 Thread Shankar Ganesh C
Hi ,   I have a requirment to have a socket communication in the exec program from freeradius for an accounting start. I understand that for evey accounting request from free radius a exec program will be executed. How can i assign the exec program a dynamic port from the freeradius when i

Support for disconnect request and ACK messages

2006-09-03 Thread Shankar Ganesh C
Hi All,   Can any body help me how to add the support for disconnect request and ack in freeradius ?   Thanks and regards Shankar ganesh         - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

How to configure free radius to make it listen to different udp ports?

2006-08-30 Thread Shankar Ganesh C
Hi,   How can i make freeradius listen to different UDP ports?   Thanks and regards Shankar ganesh - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: How to return the values from the exec program to free radius?

2006-08-30 Thread Shankar Ganesh C
Hi All,   Could some body help me on the same?   Thanks and regards Shankar ganesh -Original Message-From: Shankar Ganesh [mailto:[EMAIL PROTECTED]Sent: Wednesday, August 30, 2006 11:02 AMTo: freeradius-users@lists.freeradius.orgSubject: How to return the values from th

RE: Reply VSA-s in Access-Reject

2006-08-29 Thread Shankar Ganesh C
Hi Yervand, How to set VSA in Access-Reject reply ? Is that adding dictionary files is enough or any other support needs to be done? Rgds, Shankar ganesh -Original Message- From: [EMAIL PROTECTED] org [mailto:[EMAIL PROTECTED] eradius.org]On Behalf Of Yervand Petrosyan Sent: Wednesday, A

How to return the values from the exec program to free radius?

2006-08-29 Thread Shankar Ganesh C
Hi All,   Could some body help me to know how to return values from the exec program ? I can understand that I need to use the output-pairs or reply list .But do not really know how to use that any sample code or document would really help me.   Thanks and regards Shankar ganesh - List

RE: Freeradius Domain name (& website) registration expired ?

2006-08-25 Thread Shankar Ganesh C
Hi Jeff green, Even I am getting redirected to some other domain name. Rgds, Shankar ganesh -Original Message- From: [EMAIL PROTECTED] org [mailto:[EMAIL PROTECTED] eradius.org]On Behalf Of Jeff Green Sent: Friday, August 25, 2006 5:04 PM To: FreeRadius users mailing list Subject: Free

Re: Help to modify the reply list for accounting response packets.

2006-08-24 Thread Shankar Ganesh C
Hi Allan, I understand from the mail archive and the source code that i need to use the paircreate and pairadd functions to add the value pairs to the radius packet and use the Rad_send library call to send the accounting packets. Can i use the above approach to send the accounting response

Help to modify the reply list for accounting response packets.

2006-08-23 Thread Shankar Ganesh C
Hi ,   Like to add some vendor speciifc parameters in the request list and the reply list. I have created the dictionary file for vendor specfic attributes and tested it also with NTRadPing utitlity.   I understand from the document and manual that if i want this attributes to be added to

Infor required to use the exec_program

2006-08-23 Thread Shankar Ganesh C
Hi ,   I am trying to use the mod exec command to pass the request list parameters to an external program when there is a accounting request start is recived.   The below steps  i have followed.   1) in the Acct_users files below statement are given.   DEFAULT Acct-Status-Type == Start   

RE: Query to know radius disconnect request and Ack is supported infreeradius

2006-08-17 Thread Shankar Ganesh C
: Query to know radius disconnect request and Ack is supported infreeradius Shankar Ganesh C <[EMAIL PROTECTED]> wrote many times: > Could some body help me to know whether Radius disconnect and Ack messages > are supported in free radius as defined in RFC 2822 ? It's RFC 3576,

Help!

2006-08-17 Thread Shankar Ganesh C
Hi,   Could some body help on my requirments.?   Below are my requirments.   1) When the radius server recives a accounitng start , accounting stop and Accounitng Intermediate update the free radius should pass on its attributes to another external funciton.   2) Based on the call back f

Query to know radius disconnect request and Ack is supported in freeradius

2006-08-16 Thread Shankar Ganesh C
Hi All,   Could some body help me to know whether Radius disconnect and Ack messages are supported in free radius as defined in RFC 2822 ? The message ID are diconnet 40 adn Ack 41.   Thanks and regards Shankar ganesh - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/

Query to know radius disconnect request and Ack is supported in freeradius

2006-08-16 Thread Shankar Ganesh C
Hi All,   Could some body help me to know whether Radius disconnect and Ack messages are supported in free radius as defined in RFC 2822 ? The message ID are diconnet 40 adn Ack 41.   Thanks and regards Shankar ganesh   - List info/subscribe/unsubscribe? See http://www.freeradius.org/lis