From b9a400644a84ad04888ec2d15174ce63880293f7 Mon Sep 17 00:00:00 2001 From: yasuoka Date: Wed, 3 Jul 2024 06:09:13 +0000 Subject: [PATCH] Add missing "module standard". It is needed before use it. --- usr.sbin/radiusd/radiusd.conf.5 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index 7f766b78577..d4270a97a77 100644 --- a/usr.sbin/radiusd/radiusd.conf.5 +++ b/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 } -- 2.20.1