RE: ENV variables in external scripts

2008-03-07 Thread Escobar, Emilio
You still need to grab the value of that environment variable properly. Perl uses the $ENV hash list to store all the environment variables. So for example you'd have to use, $ENV{CALLING_STATION_ID}. Regards, Emilio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: radwtmp

2008-03-07 Thread Escobar, Emilio
Try this patch and let me know if it worked for you so I can submit it to the official bugs site. Thanks, Emilio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David WU Sent: Friday, March 07, 2008 11:21 AM To: FreeRadius users mailing list Subject:

RE: problem with MSCHAPv2

2008-03-06 Thread Escobar, Emilio
Cristian, It seems that the problem you're having is with a specific client certificate as I see Access-Accept's on the log file you sent me. Make sure that the client certificate is not expired and that the client is using the right password for the CA (Root) certificate. Regards,

RE: 2.0.2 RPM build on redhat 5

2008-02-22 Thread Escobar, Emilio
Allen, In the spec file there is a line for the configure script that specifies: --with-ltdl-lib=/usr/lib. Try changing that to /usr/local/lib and see if that works. Regards, Emilio A. Escobar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On