13 Jul
2015
13 Jul
'15
4:54 p.m.
On Jul 13, 2015, at 4:48 PM, Renato Sousa <rensousa@gmail.com> wrote:
That's exactly the problem. I decided to upgrade to the 3.0.8 version freeradius. Now I can clearly see the values of usernames.
################ Access-Accept from proxy (100) Received Access-Accept Id 231 from [proxy_IP]:1812 to [FR_IP]:46389 length 173 *(100) User-Name = 'mouser'*
So... that's the problem.
How to ensure the same username in the Accounting-Request and Access-Request?
In post-auth, do: update reply { User-Name := &User-Name } Which should fix it. Alan DeKok.