xref: /openbsd-src/usr.sbin/ractl/ractl.8 (revision 4882a63085afdff3a00ce8a7228f9e0168a7e0fb)
1*4882a630Sflorian.\"	$OpenBSD: ractl.8,v 1.1 2018/07/10 22:12:43 florian Exp $
2*4882a630Sflorian.\"
3*4882a630Sflorian.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
4*4882a630Sflorian.\"
5*4882a630Sflorian.\" Permission to use, copy, modify, and distribute this software for any
6*4882a630Sflorian.\" purpose with or without fee is hereby granted, provided that the above
7*4882a630Sflorian.\" copyright notice and this permission notice appear in all copies.
8*4882a630Sflorian.\"
9*4882a630Sflorian.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10*4882a630Sflorian.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11*4882a630Sflorian.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12*4882a630Sflorian.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13*4882a630Sflorian.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14*4882a630Sflorian.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15*4882a630Sflorian.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16*4882a630Sflorian.\"
17*4882a630Sflorian.Dd $Mdocdate: July 10 2018 $
18*4882a630Sflorian.Dt RACTL 8
19*4882a630Sflorian.Os
20*4882a630Sflorian.Sh NAME
21*4882a630Sflorian.Nm ractl
22*4882a630Sflorian.Nd control the rad daemon
23*4882a630Sflorian.Sh SYNOPSIS
24*4882a630Sflorian.Nm
25*4882a630Sflorian.Op Fl s Ar socket
26*4882a630Sflorian.Ar command
27*4882a630Sflorian.Op Ar argument ...
28*4882a630Sflorian.Sh DESCRIPTION
29*4882a630SflorianThe
30*4882a630Sflorian.Nm
31*4882a630Sflorianprogram controls the
32*4882a630Sflorian.Xr rad 8
33*4882a630Sfloriandaemon.
34*4882a630Sflorian.Pp
35*4882a630SflorianThe following options are available:
36*4882a630Sflorian.Bl -tag -width Ds
37*4882a630Sflorian.It Fl s Ar socket
38*4882a630SflorianUse
39*4882a630Sflorian.Ar socket
40*4882a630Sflorianinstead of the default
41*4882a630Sflorian.Pa /var/run/rad.sock
42*4882a630Sflorianto communicate with
43*4882a630Sflorian.Xr rad 8 .
44*4882a630Sflorian.El
45*4882a630Sflorian.Pp
46*4882a630SflorianThe following commands are available:
47*4882a630Sflorian.Bl -tag -width Ds
48*4882a630Sflorian.It Cm log brief
49*4882a630SflorianDisable verbose debug logging.
50*4882a630Sflorian.It Cm log verbose
51*4882a630SflorianEnable verbose debug logging.
52*4882a630Sflorian.It Cm reload
53*4882a630SflorianReload the configuration file.
54*4882a630Sflorian.El
55*4882a630Sflorian.Sh FILES
56*4882a630Sflorian.Bl -tag -width "/var/run/rad.sockXX" -compact
57*4882a630Sflorian.It Pa /var/run/rad.sock
58*4882a630Sflorian.Ux Ns -domain
59*4882a630Sfloriansocket used for communication with
60*4882a630Sflorian.Xr rad 8 .
61*4882a630Sflorian.El
62*4882a630Sflorian.Sh SEE ALSO
63*4882a630Sflorian.Xr rad.conf 5 ,
64*4882a630Sflorian.Xr rad 8
65*4882a630Sflorian.Sh HISTORY
66*4882a630SflorianThe
67*4882a630Sflorian.Nm
68*4882a630Sflorianprogram first appeared in
69*4882a630Sflorian.Ox 6.4 .
70