Re: How to Aurthenticate users with an external prog

2004-11-01 Thread Alan DeKok
Payam Shabanian <[EMAIL PROTECTED]> wrote: > but i want to DO authentication by an external program. > from the doc it seems that you can only run an external program > when a user is authenticated. usernameAuth-Type := Accept Exec-Program-Wait = "/path/to/program args"

Re: How to Aurthenticate users with an external prog

2004-11-01 Thread Payam Shabanian
but i want to DO authentication by an external program. from the doc it seems that you can only run an external program when a user is authenticated. am i right or there are other ways to do this? thanks, Payam Shabanian On Sat, 30 Oct 2004 11:26:55 -0400 (EDT), Dustin Doris <[EMAIL PROTECTED]> w

Re: How to Aurthenticate users with an external prog

2004-10-30 Thread Dustin Doris
Look into the doc directory. README tells you about Exec-Program and Exec-Program-Wait you can put into the users file. variables.txt shows the variables that you can pass to it. Pay attention to the line with printenv > /tmp/exec-program-wait. That will show you the variables that are actually