diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-07-03 06:09:14 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-07-03 06:09:14 +0000 |
commit | 5551d3b99c6cbfb20f1bfce976226b5af6b44e4d (patch) | |
tree | 344d3bca8ad7150a915b47d608b8bc87f45c39e8 /usr.sbin | |
parent | fbc5d2b9569b14b9df0c0a04e85903ee32088d49 (diff) |
Add missing "module standard". It is needed before use it.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/radiusd/radiusd.conf.5 | 6 |
1 files 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 } |