1.\" $OpenBSD: radiusd.8,v 1.7 2016/09/20 09:16:37 jmc 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: September 20 2016 $ 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 32.Nm 33can be enabled during system boot by setting the following in 34.Pa /etc/rc.conf.local : 35.Pp 36.Dl radiusd_flags=\&"\&" 37.Pp 38The options are as follows: 39.Bl -tag -width Ds 40.It Fl d 41Do not daemonize, log to 42.Dv stderr 43instead of 44.Xr syslog 3 , 45and produce some additional debugging output. 46.It Fl f Ar file 47Specify an alternative configuration file. 48.It Fl n 49Configtest mode. 50Only check the configuration file for validity. 51.El 52.Sh FILES 53.Bl -tag -width "/etc/radiusd.confXX" -compact 54.It Pa /etc/radiusd.conf 55Default configuration file. 56.El 57.Sh SEE ALSO 58.Xr radiusd.conf 5 , 59.Xr radiusctl 8 , 60.Xr rc.conf 8 61.Sh STANDARDS 62.Rs 63.%R RFC 2865 64.%T "Remote Authentication Dial In User Service (RADIUS)" 65.%D June 2000 66.Re 67