summaryrefslogtreecommitdiffstats
path: root/usr.sbin/radiusd/radiusd.8
blob: 6f49f73042379221a084bc500d0fb1fb3ba3a2f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.\"	$OpenBSD: radiusd.8,v 1.8 2017/10/17 22:47:58 schwarze 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: October 17 2017 $
.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
.Nm
can be enabled during system boot by setting the following in
.Pa /etc/rc.conf.local :
.Pp
.Dl radiusd_flags=\&"\&"
.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