1 Mar
2017
1 Mar
'17
2:11 p.m.
Hi, How do i configure freeradius to send user based Filter-Id to an accounting server?. Each user will have different Filter-Id value, users without any Filter-Id string will be denied access on the another NAS(listen only). I have the following in post-auth section of sites-enabled/default update reply { Filter-Id = "%{sql:SELECT `value` FROM `radreply` WHERE `username`='%{User-Name}';} } Freeradius is sending Filter-Id back to the user connected NAS, but not to the accounting server(another NAS, listen only). To which section should i add the update reply{} section in copy-acct-to-home-server file ? or is there a special command to include Filter-Id ?. Thanks, Eby