The graphical client (satyr-gtk
) has the following command line parameters:
- --help or -?
It displays a brief help message.
- --version or -V
It displays version number and compilation information.
- --automatic or -a
It enables automatic Kerberos authentication.
- --no-syslog or -l
It sends log messages to the standard output instead of syslog.
- --verbose <verbosity> or -v <verbosity>
It sets verbosity level to <verbosity>. The default verbosity level is
3
; the possible values are0
-10
.- --logtags; or -T
It prepends log category and log level to each message.
Zorp Authentication Agent Multiplexer (satyr-mpxd
) has the following command line parameters:
- --help or -?
It displays a brief help message.
- --version or -V
It displays the version number of satyr-mpxd.
- --no-syslog or -l
It sends log messages to the standard output instead of syslog.
- --verbose <verbosity> or -v <verbosity>
It sets verbosity level to <verbosity>. The default verbosity level is
3
; possible values are0
-10
.- --logtags; or -T
It prepends log category and log level to each message.
- --aliasfile; or -a
It is the name (including full path) of a text file (for example,
/tmp/aliases
) used by Zorp Authentication Agent Multiplexer to redirect the authentication requests of certain users to a different user in multiuser environments. For example, to redirect all authentication request of theroot
user toMainUser
add the following line to the file:root: MainUser
.- --log-spec; or -s
It sets verbosity mask on a per category basis. Each log message has an assigned multi-level category, where levels are separated by a dot. For example, HTTP requests are logged under http.request. The <spec> is a comma-separated list of log specifications. A single log specification consists of a wildcard matching log category, a colon, and a number specifying the verbosity level of that given category. The categories match from left to right, for example, --logspec 'http.*:5,core:3'. The last matching entry will be used as the verbosity of the given category. If no match is found the default verbosity specified with --verbose is used.
- --no-require-ssl; or -S
It turns off the SSL encryption of the communication between Zorp and the Multiplexer.
- --bind-address; or -b and, --bind-port; or -p
It is the IP address and the port, the Multiplexer is accepting connections on.
- --crt-dir; or -t
It is the path of the directory containing the certificate of the CA that issued the certificate of the Zorp firewall.
- --crl-dir; or -r
It is the path of the directory containing the Certificate Revocation List (CRL) related to the above CA.
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu