Current status of freeradius v4
Alan DeKok
aland at deployingradius.com
Mon Jul 29 00:45:46 CEST 2019
On Jul 26, 2019, at 9:04 AM, Jan-Frederik Rieckers <rieckers+freeradius-devel at 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
}
}
More information about the Freeradius-Devel
mailing list