commit b9a400644a84ad04888ec2d15174ce63880293f7 from: yasuoka date: Wed Jul 03 06:09:13 2024 UTC Add missing "module standard". It is needed before use it. commit - af1a00f9e0048050db8ad368227d3917fd4b7c7b commit + b9a400644a84ad04888ec2d15174ce63880293f7 blob - 7f766b78577343332b2b8a94303d012766780535 blob + d4270a97a778a864c1b38c9d12ff3e4c0cd5ce7e --- usr.sbin/radiusd/radiusd.conf.5 +++ usr.sbin/radiusd/radiusd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: radiusd.conf.5,v 1.23 2024/07/02 06:01:22 jmc Exp $ +.\" $OpenBSD: radiusd.conf.5,v 1.24 2024/07/03 06:09:13 yasuoka Exp $ .\" .\" Copyright (c) 2014 Esdenera Networks GmbH .\" Copyright (c) 2014, 2023 Internet Initiative Japan Inc. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 2 2024 $ +.Dd $Mdocdate: July 3 2024 $ .Dt RADIUSD.CONF 5 .Os .Sh NAME @@ -189,6 +189,8 @@ module radius { set server "127.0.0.1" } +module standard + module strip-realm "/usr/libexec/radiusd/radiusd_standard" { set strip-atmark-realm true }