Simultaneous-Use in proxy
Alan DeKok
aland at deployingradius.com
Mon Jul 13 22:54:38 CEST 2015
On Jul 13, 2015, at 4:48 PM, Renato Sousa <rensousa at 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.
More information about the Freeradius-Users
mailing list