executing external program

2005-06-14 Thread vicky
Hi all! I have a huge problem. When executing an external script I get strange error messages and my server shuts down. I find this strange because the script is tested a side and it works. Plus I have other similar scripts running and they run perfectly. I get this in the log (radiusd.log)

executing external program

2005-06-13 Thread vicky
Hello guys and girls, While executing a script of mine in the radiusd.conf file I get a very strange error that worries me. /radius_xlat: '/home/vicky/finalprog/compAttrs Access-Request' Exec-Program: /home/vicky/finalprog/compAttrs Access-Request MASTER: Child PID 28050 failed to catch

Re: Executing External Program

2004-09-12 Thread armando
Yeah, did that, but no signs of php execution, I added to users with exec-wait and it worked ok.. the only problem is I try to send a Time-Out, with the php script, and it seems to not work.. and making some more tests. On 11 Sep 2004 at 16:48, George Chelidze wrote: Hello, If my

Re: Executing External Program

2004-09-11 Thread George Chelidze
Hello, If my understanding is correct, your authorize section should look similar to this: authorize { ... test ... } Have you done this? Best Regards, [EMAIL PROTECTED] wrote: Hi am trying to excecute a program before autentification so I could deny access if it is on a

Executing External Program

2004-09-10 Thread armando
Hi am trying to excecute a program before autentification so I could deny access if it is on a callingstationnumber ban list on mysql.. But Script is not being Excecuting.. what seems the problem? radiud.conf exec test{ wait = yes program = /usr/local/bin/php -f

Re: executing external program after accounting_stop_query

2004-06-21 Thread Paul Hampson
On Mon, Jun 21, 2004 at 03:15:29PM +0500, George Chelidze wrote: Hello, I need to add one column to radacct table and set it according to values inserted into table on stop packet receipt. The external program is coded in C. What if I place acct_users after sql in accounting section?

Re: executing external program after accounting_stop_query

2004-06-21 Thread George Chelidze
Hello, Paul Hampson wrote: On Mon, Jun 21, 2004 at 03:15:29PM +0500, George Chelidze wrote: Hello, I need to add one column to radacct table and set it according to values inserted into table on stop packet receipt. The external program is coded in C. What if I place acct_users after sql in