diff options
author | 2015-07-29 07:03:00 +0000 | |
---|---|---|
committer | 2015-07-29 07:03:00 +0000 | |
commit | 41194cfc2cc0bbc8edb2563ff4e55b1e0a8bd7de (patch) | |
tree | 3bd112a60a620c4d9f2c109c92447d144fb22fc2 | |
parent | include the peer's offer when logging a failure to negotiate a (diff) | |
download | wireguard-openbsd-41194cfc2cc0bbc8edb2563ff4e55b1e0a8bd7de.tar.xz wireguard-openbsd-41194cfc2cc0bbc8edb2563ff4e55b1e0a8bd7de.zip |
add a FILES section to make clear where RADIUS configuration file
is placed by default.
ok yasuoka@
-rw-r--r-- | usr.sbin/radiusd/radiusd.conf.5 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index 341c975d132..3fb5d8be185 100644 --- a/usr.sbin/radiusd/radiusd.conf.5 +++ b/usr.sbin/radiusd/radiusd.conf.5 @@ -13,7 +13,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 21 2015 $ +.Dd $Mdocdate: July 29 2015 $ .Dt RADIUSD.CONF 5 .Os .Sh NAME @@ -63,6 +63,13 @@ Require message authentication if .Ar yes is specified. .El +.Sh FILES +.Bl -tag -width "/etc/radiusd.confXX" -compact +.It Pa /etc/radiusd.conf +Default +.Xr radiusd 8 +configuration file. +.El .Sh EXAMPLES .Bd -literal -offset indent include "/etc/radius-section-1.conf" |