VISP Systems Administration <[EMAIL PROTECTED]> wrote: > This is something I would love to see in freeradius also. Can we run > external scripts for authentication?
Yes, sort of. Do: DEFAULT Auth-Type := Accept, Exec-Program := "/path/to/program %args" As the last DEFAULT, instead of 'Auth-Type := System'. If the program returns 0, then the user is allowed in. If the program returns 1, the user is denied. Hmm... the 'Auth-Type' should really be 'Auth-Type = Exec-Program'. Right now, there's no way of using Exec-Program and STILL authenticating the user, if the program returns 1. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
