Re: Exec-Program-Wait question and rlm_exec

2004-10-27 Thread Paul Hampson
On Tue, Oct 26, 2004 at 05:17:57PM +0300, Kostas Zorbadelos wrote: > On Tue, Oct 26, 2004 at 10:20:48AM -0400, Alan DeKok wrote: > > Kostas Zorbadelos <[EMAIL PROTECTED]> wrote: > > > First of all I have a question for Exec-Program-Wait. I need to run an > > > external C program that expects in its

Re: Exec-Program-Wait question and rlm_exec

2004-10-26 Thread Alan DeKok
Kostas Zorbadelos <[EMAIL PROTECTED]> wrote: > Actually the conversation in that thread ended by mentioning the ideas > rlm_exec should follow. I didn't see any patch that implemented > them. If there is such a patch please direct me to it and I > will test it. Nope, I haven't seen a patch, sorr

Re: Exec-Program-Wait question and rlm_exec

2004-10-26 Thread Kostas Zorbadelos
On Tue, Oct 26, 2004 at 10:20:48AM -0400, Alan DeKok wrote: > Kostas Zorbadelos <[EMAIL PROTECTED]> wrote: > > First of all I have a question for Exec-Program-Wait. I need to run an > > external C program that expects in its environment a proper > > LD_LIBRARY_PATH to run. I followed the obvious so

Re: Exec-Program-Wait question and rlm_exec

2004-10-26 Thread Alan DeKok
Kostas Zorbadelos <[EMAIL PROTECTED]> wrote: > First of all I have a question for Exec-Program-Wait. I need to run an > external C program that expects in its environment a proper > LD_LIBRARY_PATH to run. I followed the obvious solution of using a > wrapper bash shell script, that sets the environ

Exec-Program-Wait question and rlm_exec

2004-10-26 Thread Kostas Zorbadelos
Hello to everyone. First of all I have a question for Exec-Program-Wait. I need to run an external C program that expects in its environment a proper LD_LIBRARY_PATH to run. I followed the obvious solution of using a wrapper bash shell script, that sets the environment and calls the C program via e