Re: Using external program for authentication

2004-12-04 Thread Nick 'TARANTUL' Novikov
Alan DeKok wrote: But in this case freeradius will fork process on every request. Yes. It's not good, fork very slow. Can freeradius fork external script at startup and send attributes to him through pipe w/o forking ? (as in openradius) -- TARANTUL - List info/subscribe/unsubscribe?

Re: Using external program for authentication

2004-12-04 Thread Alan DeKok
Nick 'TARANTUL' Novikov [EMAIL PROTECTED] wrote: It's not good, fork very slow. Yes. Can freeradius fork external script at startup and send attributes to him through pipe w/o forking ? (as in openradius) No. Feel free to write a module which implements that, though. Alan DeKok.

Re: Using external program for authentication

2004-12-03 Thread Alan DeKok
Nick 'TARANTUL' Novikov [EMAIL PROTECTED] wrote: But in this case freeradius will fork process on every request. Yes. Possible configure freeradius for fork process at startup and send attributes through pipe? Does the external program support reading data through a pipe? If not,

Re: Using external program for authentication

2004-12-01 Thread Thor Spruyt
Alan DeKok wrote: Chris Riley [EMAIL PROTECTED] wrote: I'm setting up freeradius, but our passwords are stored in a non-standard format. It's no problem to write a perl script to handle figuring out if a given user/password pair is OK, but I haven't been able to figure out how to get freeradius to