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