From 291c2f2f56661f1d14356540ea982d4e3bc7faf5 Mon Sep 17 00:00:00 2001 From: yasuoka Date: Wed, 17 Jul 2024 11:13:22 +0000 Subject: [PATCH] Document "authentication-filter". --- usr.sbin/radiusd/radiusd.conf.5 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index ef9107159c6..2990285ebc5 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.32 2024/07/14 18:03:59 jmc Exp $ +.\" $OpenBSD: radiusd.conf.5,v 1.33 2024/07/17 11:13:22 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 14 2024 $ +.Dd $Mdocdate: July 17 2024 $ .Dt RADIUSD.CONF 5 .Os .Sh NAME @@ -154,6 +154,18 @@ Optionally decoration modules can be specified by .Ar deco . The specified modules decorate the RADIUS messages in the configured order. .It Xo +.Ic authentication-filter +.Ar username-pattern ... +.Ic by Ar auth +.Op Ic decorate-by Ar deco ... +.Xc +.Ic authentication-filter +works the same as +.Ic authenticate , +but the module can work as a filter, +it can ask the authentication to the following authentication modules, +and then it receives the authentication reply and modifies the reply. +.It Xo .Ic account .Op Ic quick .Ar username-pattern ... -- 2.20.1