xref: /openbsd/usr.sbin/ractl/ractl.8 (revision e5dd7070)
1.\"	$OpenBSD: ractl.8,v 1.1 2018/07/10 22:12:43 florian Exp $
2.\"
3.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
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: July 10 2018 $
18.Dt RACTL 8
19.Os
20.Sh NAME
21.Nm ractl
22.Nd control the rad daemon
23.Sh SYNOPSIS
24.Nm
25.Op Fl s Ar socket
26.Ar command
27.Op Ar argument ...
28.Sh DESCRIPTION
29The
30.Nm
31program controls the
32.Xr rad 8
33daemon.
34.Pp
35The following options are available:
36.Bl -tag -width Ds
37.It Fl s Ar socket
38Use
39.Ar socket
40instead of the default
41.Pa /var/run/rad.sock
42to communicate with
43.Xr rad 8 .
44.El
45.Pp
46The following commands are available:
47.Bl -tag -width Ds
48.It Cm log brief
49Disable verbose debug logging.
50.It Cm log verbose
51Enable verbose debug logging.
52.It Cm reload
53Reload the configuration file.
54.El
55.Sh FILES
56.Bl -tag -width "/var/run/rad.sockXX" -compact
57.It Pa /var/run/rad.sock
58.Ux Ns -domain
59socket used for communication with
60.Xr rad 8 .
61.El
62.Sh SEE ALSO
63.Xr rad.conf 5 ,
64.Xr rad 8
65.Sh HISTORY
66The
67.Nm
68program first appeared in
69.Ox 6.4 .
70