13 Sep
2020
13 Sep
'20
3:17 p.m.
On Sep 13, 2020, at 2:43 PM, Muhammed Buvaydani via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
the problem is when I get rejected user it is not insert in radpost auth rable but it insert without any problem when I get accepted user
You should run the script in the "authenticate" section. See the "exec" module for details. You can use the "exec" module instead of "Exec-Program-Wait". You're trying to run the "post-auth" section, and then reject the the user in the post-auth section. That's not supported before version 3.0.6. You should probably also upgrade. Whatever version you're running is at *least* 6 years old, and possible older. There have been many fixes made since then. Alan DeKok.