diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2024-07-04 13:09:26 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2024-07-04 13:09:26 +0000 |
commit | d0aa4a92236e44d1e27198e622e89a9c138648eb (patch) | |
tree | 2f3225328bd93d6d52295763039cfabef38d7348 /usr.sbin | |
parent | f0e1183340f752375b58c4b49995db4f0c31b624 (diff) |
only "decorate-by" is currently supported by the grammar specification.
ok jmc@, yasuoka@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/radiusd/radiusd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index 08ab0fb106a..2e5aa646a04 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.25 2024/07/04 05:23:24 jmc Exp $ +.\" $OpenBSD: radiusd.conf.5,v 1.26 2024/07/04 13:09:25 sobrado Exp $ .\" .\" Copyright (c) 2014 Esdenera Networks GmbH .\" Copyright (c) 2014, 2023 Internet Initiative Japan Inc. @@ -117,7 +117,7 @@ must be quoted to be distinguished from the reserved word if needed. .Ic authenticate .Ar username-pattern ... .Ic by Ar auth -.Op Ic decorated-by Ar deco ... +.Op Ic decorate-by Ar deco ... .Xc Specify an authentication configuration for the users specified by .Ar username-pattern . @@ -142,7 +142,7 @@ The specified modules decorate the RADIUS messages in the configured order. .Op Ic quick .Ar username-pattern ... .Ic to Ar module -.Op Ic decorated by Ar deco ... +.Op Ic decorate-by Ar deco ... .Xc Specify an accounting configuration for the users specified by .Ar username-pattern . |