1GSSPROXY(8)                  GssProxy Manual pages                 GSSPROXY(8)
2
3
4

NAME

6       gssproxy - GssProxy Daemon
7

SYNOPSIS

9       gssproxy [options]
10

DESCRIPTION

12       gssproxy provides a daemon to manage access to GSSAPI credentials.
13
14       gssproxy consists of the gssproxy daemon (configured by the
15       gssproxy.conf(5) file) and a GSSAPI interposer plugin (gssproxy-
16       mech(8)).
17

OPTIONS

19       -D,--daemon
20           Become a daemon after starting up.
21
22       -c,--config
23           Specify a config file to use as the main config file (read before
24           the rest of the config directory). The default is to use the file
25           /etc/gssproxy/gssproxy.conf. For reference on the config file
26           syntax and options, consult the gssproxy.conf(5) manual page.
27
28       -C,--configdir
29           Specify a non-default config dir. Files named of the form
30           "##-foo.conf" (that is, beginning with two digits and a dash, and
31           ending in ".conf") will be read in numeric order from this
32           directory, in addition to the config file itself. The default is
33           /etc/gssproxy. For reference on the config file syntax and options,
34           consult the gssproxy.conf(5) manual page.
35
36       -d,--debug
37           Turn on debugging. This option is identical to --debug-level=1.
38
39       --debug-level=
40           Turn on debugging at the specified level. 0 corresponds to no
41           logging, while 1 turns on basic debug logging. Level 2 increases
42           verbosity, including more detailed credential verification.
43
44           At level 3 and above, KRB5_TRACE output is logged. If KRB5_TRACE
45           was already set in the execution environment, trace output is sent
46           to its value instead.
47
48       -i,--interactive
49           Run in the foreground, don't become a daemon.
50
51       -s,--socket
52           Specify a custom default socket name. This socket will be used by
53           all sections that do not define an explicit socket.
54
55       --version
56           Print version number and exit.
57

SIGNALS

59       SIGTERM/SIGINT
60           Informs the GssProxy to gracefully terminate all of its child
61           processes and then shut down.
62
63       SIGHUP
64           Request a reload of all configuration for gssproxy. If there is an
65           error in the configuration files, the existing configuration will
66           not be replaced; if there is a problem applying the new
67           configuration, gssproxy will exit.
68

SEE ALSO

70       gssproxy.conf(5) and gssproxy-mech(8).
71

AUTHORS

73       GSS-Proxy - http://fedorahosted.org/gss-proxy
74
75
76
77GSS Proxy                         07/31/2020                       GSSPROXY(8)
Impressum