Blame rpcapd/rpcapd-config.manfile.in

Packit 209cc3
.\" Copyright (c) 1994, 1996, 1997
Packit 209cc3
.\"	The Regents of the University of California.  All rights reserved.
Packit 209cc3
.\"
Packit 209cc3
.\" Redistribution and use in source and binary forms, with or without
Packit 209cc3
.\" modification, are permitted provided that: (1) source code distributions
Packit 209cc3
.\" retain the above copyright notice and this paragraph in its entirety, (2)
Packit 209cc3
.\" distributions including binary code include the above copyright notice and
Packit 209cc3
.\" this paragraph in its entirety in the documentation or other materials
Packit 209cc3
.\" provided with the distribution, and (3) all advertising materials mentioning
Packit 209cc3
.\" features or use of this software display the following acknowledgement:
Packit 209cc3
.\" ``This product includes software developed by the University of California,
Packit 209cc3
.\" Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
Packit 209cc3
.\" the University nor the names of its contributors may be used to endorse
Packit 209cc3
.\" or promote products derived from this software without specific prior
Packit 209cc3
.\" written permission.
Packit 209cc3
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
Packit 209cc3
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
Packit 209cc3
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Packit 209cc3
.\"
Packit 209cc3
.TH RPCAPD-CONFIG @MAN_FILE_FORMATS@ "6 January 2019"
Packit 209cc3
.SH NAME
Packit 209cc3
rpcapd-config \- rpcapd configuration file format
Packit 209cc3
.SH DESCRIPTION
Packit 209cc3
An 
Packit 209cc3
.B rpcapd
Packit 209cc3
configuration file allows parameters to be set for
Packit 209cc3
.BR rpcapd (@MAN_ADMIN_COMMANDS@).
Packit 209cc3
.LP
Packit 209cc3
A # introduces a comment that runs to the end of the line.  Blank lines,
Packit 209cc3
and lines with only a comment, are ignored.  Leading and trailing white
Packit 209cc3
space on a line are also ignored.
Packit 209cc3
.LP
Packit 209cc3
Lines that set a parameter are of the form
Packit 209cc3
.IP
Packit 209cc3
\fIparameter\fB=\fIvalue\fR
Packit 209cc3
.LP
Packit 209cc3
Whitespace preceding or following the = is ignored.
Packit 209cc3
.LP
Packit 209cc3
The
Packit 209cc3
.IR parameter s
Packit 209cc3
are:
Packit 209cc3
.TP
Packit 209cc3
.B ActiveClient
Packit 209cc3
.I value
Packit 209cc3
is a host name or IP addresse, followed by a comma,
Packit 209cc3
semicolon, or space, followed by a port name and address or
Packit 209cc3
.BR DEFAULT .
Packit 209cc3
.B DEFAULT
Packit 209cc3
specifies the default active mode port for rpcapd, port 2003.
Packit 209cc3
Each
Packit 209cc3
.B ActiveClient
Packit 209cc3
line adds the host and port to the list of clients to which the server
Packit 209cc3
should connect in active mode.
Packit 209cc3
.TP
Packit 209cc3
.B PassiveClient
Packit 209cc3
.I value
Packit 209cc3
is a host name or IP addresse, followed by a comma,
Packit 209cc3
semicolon, or space, followed by a port name and address or
Packit 209cc3
.BR DEFAULT .
Packit 209cc3
.B DEFAULT
Packit 209cc3
specifies the default passive mode port for rpcapd, port 2002.
Packit 209cc3
Each
Packit 209cc3
.B PassiveClient
Packit 209cc3
line adds the host and port to the list of clients addresses and ports
Packit 209cc3
that are allowed to connect to the server in passive mode.
Packit 209cc3
.TP
Packit 209cc3
.B NullAuthPermit
Packit 209cc3
.I value
Packit 209cc3
is either
Packit 209cc3
.B YES
Packit 209cc3
or
Packit 209cc3
.BR NO .
Packit 209cc3
.B YES
Packit 209cc3
means that null authentication is permitted;
Packit 209cc3
.B No
Packit 209cc3
means that it is not permitted.
Packit 209cc3
.SH SEE ALSO
Packit 209cc3
rpcapd(@MAN_ADMIN_COMMANDS@)