xref: /openbsd/usr.sbin/radiusd/radiusd.8 (revision f2cc1b42)
1.\"	$OpenBSD: radiusd.8,v 1.9 2019/11/10 20:51:53 landry Exp $
2.\"
3.\" Copyright (c) 2013 Internet Initiative Japan Inc.
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: November 10 2019 $
18.Dt RADIUSD 8
19.Os
20.Sh NAME
21.Nm radiusd
22.Nd Remote Authentication Dial In User Service (RADIUS) daemon
23.Sh SYNOPSIS
24.Nm radiusd
25.Op Fl dn
26.Op Fl f Ar file
27.Sh DESCRIPTION
28The
29.Nm
30daemon implements the RADIUS protocol.
31.Pp
32To have
33.Nm
34enabled at boot time, use
35.Dq rcctl enable radiusd ,
36which sets
37.Pp
38.Dl radiusd_flags=\(dq\(dq
39.Pp
40in
41.Xr rc.conf.local 8 .
42.Pp
43The options are as follows:
44.Bl -tag -width Ds
45.It Fl d
46Do not daemonize, log to
47.Dv stderr
48instead of
49.Xr syslog 3 ,
50and produce some additional debugging output.
51.It Fl f Ar file
52Specify an alternative configuration file.
53.It Fl n
54Configtest mode.
55Only check the configuration file for validity.
56.El
57.Sh FILES
58.Bl -tag -width "/etc/radiusd.confXX" -compact
59.It Pa /etc/radiusd.conf
60Default configuration file.
61.El
62.Sh SEE ALSO
63.Xr radiusd.conf 5 ,
64.Xr radiusctl 8 ,
65.Xr rc.conf 8
66.Sh STANDARDS
67.Rs
68.%R RFC 2865
69.%T "Remote Authentication Dial In User Service (RADIUS)"
70.%D June 2000
71.Re
72.Sh HISTORY
73The
74.Nm
75daemon first appeared in
76.Ox 5.8 .
77.Sh AUTHORS
78.An YASUOKA Masahiko Aq Mt yasuoka@openbsd.org
79