On Jul 26, 2019, at 9:04 AM, Jan-Frederik Rieckers <rieckers+freeradius-devel@uni-bremen.de> wrote:
With the current master I still have the problem that, if I omit the "if (updated)"-Section freeradius sends out Access-Reject when getting an Access-Challenge. When I put the "if(updated)" section there, it sends out the Access-Challenge, but with incorrect Message Authenticator and I haven't foud a way to tell my check script to ignore the Message Authenticator, so I haven't tested it further yet.
I've pushed some fixes. This should now work: server proxy { namespace = radius listen { type = Access-Request transport = udp udp { ipaddr = * port = 1812 } } recv Access-Request { update session-state { &Session-State-User-Name := &User-Name } update control { &Auth-Type := proxy } } authenticate proxy { radius } }