"Mehdi Roomi" <[EMAIL PROTECTED]> wrote: > I want when the radiusd recieves a request from RAS server for > authentication of a user, a perl script to be run with 'username' as it's > argument. this perl script generates 2 outputs '0' : for NOT allowing the > user to login and '1': for allowing user to login.
See 'Exec-Program-Wait'. It looks for the Unix standard of exit(0) meaning OK (let the user in), and exit(1) meaning "problem" (don't let the user in) Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
