25 Mar
2008
25 Mar
'08
4:55 a.m.
Alan DeKok wrote:
Oleg Kozheltsev wrote:
And for accounting Exec-Program don't work anymore... So I create exec acc_call { program = "" } module too (with auth_call module). Now I with freeradius 2.0.1 :)
If you list "exec" in the "post-auth" section, then Exec-Program and Exec-Program-Wait will work again for authentication requests.
But generally, you should use the "unlang" feature to run programs. It's much more flexible than using Exec-Program. See "man unlang". Thanks for clear answer. Will try this