summaryrefslogtreecommitdiff
path: root/static/openbsd/man8/radiusd.8
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:54:44 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:54:44 -0400
commita9157ce950dfe2fc30795d43b9d79b9d1bffc48b (patch)
tree9df484304b560466d145e662c1c254ff0e9ae0ba /static/openbsd/man8/radiusd.8
parent160aa82b2d39c46ad33723d7d909cb4972efbb03 (diff)
docs: Added All OpenBSD Manuals
Diffstat (limited to 'static/openbsd/man8/radiusd.8')
-rw-r--r--static/openbsd/man8/radiusd.878
1 files changed, 78 insertions, 0 deletions
diff --git a/static/openbsd/man8/radiusd.8 b/static/openbsd/man8/radiusd.8
new file mode 100644
index 00000000..31751c80
--- /dev/null
+++ b/static/openbsd/man8/radiusd.8
@@ -0,0 +1,78 @@
+.\" $OpenBSD: radiusd.8,v 1.9 2019/11/10 20:51:53 landry Exp $
+.\"
+.\" Copyright (c) 2013 Internet Initiative Japan Inc.
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: November 10 2019 $
+.Dt RADIUSD 8
+.Os
+.Sh NAME
+.Nm radiusd
+.Nd Remote Authentication Dial In User Service (RADIUS) daemon
+.Sh SYNOPSIS
+.Nm radiusd
+.Op Fl dn
+.Op Fl f Ar file
+.Sh DESCRIPTION
+The
+.Nm
+daemon implements the RADIUS protocol.
+.Pp
+To have
+.Nm
+enabled at boot time, use
+.Dq rcctl enable radiusd ,
+which sets
+.Pp
+.Dl radiusd_flags=\(dq\(dq
+.Pp
+in
+.Xr rc.conf.local 8 .
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl d
+Do not daemonize, log to
+.Dv stderr
+instead of
+.Xr syslog 3 ,
+and produce some additional debugging output.
+.It Fl f Ar file
+Specify an alternative configuration file.
+.It Fl n
+Configtest mode.
+Only check the configuration file for validity.
+.El
+.Sh FILES
+.Bl -tag -width "/etc/radiusd.confXX" -compact
+.It Pa /etc/radiusd.conf
+Default configuration file.
+.El
+.Sh SEE ALSO
+.Xr radiusd.conf 5 ,
+.Xr radiusctl 8 ,
+.Xr rc.conf 8
+.Sh STANDARDS
+.Rs
+.%R RFC 2865
+.%T "Remote Authentication Dial In User Service (RADIUS)"
+.%D June 2000
+.Re
+.Sh HISTORY
+The
+.Nm
+daemon first appeared in
+.Ox 5.8 .
+.Sh AUTHORS
+.An YASUOKA Masahiko Aq Mt yasuoka@openbsd.org