From f2743c484a93b9d435bae9139484346a0028c217 Mon Sep 17 00:00:00 2001 From: sobrado Date: Thu, 4 Jul 2024 13:14:26 +0000 Subject: [PATCH] the port to listen on is an optional argument; the default port number is 1812 for authentication and 1813 for accounting. ok jmc@, yasuoka@ --- usr.sbin/radiusd/radiusd.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index 2e5aa646a04..1e0f0e7ef15 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.26 2024/07/04 13:09:25 sobrado Exp $ +.\" $OpenBSD: radiusd.conf.5,v 1.27 2024/07/04 13:14:26 sobrado Exp $ .\" .\" Copyright (c) 2014 Esdenera Networks GmbH .\" Copyright (c) 2014, 2023 Internet Initiative Japan Inc. @@ -35,7 +35,7 @@ Keywords may be specified multiple times within the configuration file. The configuration options are as follows: .Bl -tag -width Ds .It Xo -.Ic listen on Ar address Oo Ic accounting Oc Ic port Ar port +.Ic listen on Ar address Oo Ic accounting Oc Oo Ic port Ar port Oc .Xc Specify an .Ar address -- 2.20.1