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 -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 -u,--userproxy
52 Run gssproxy in userproxy mode. This mode ignores configuration
53 files, and listens on a socket in
54 $XDG_RUNTIME_DIR/gssproxy/default.sock instead. See the project
55 documentation for more information on the behavior of this mode.
56
57 -s,--socket
58 Specify a custom default socket name. This socket will be used by
59 all sections that do not define an explicit socket.
60
61 --syslog-status
62 Enable additional logging to syslog.
63
64 --version
65 Print version number and exit.
66
68 SIGTERM/SIGINT
69 Informs the GssProxy to gracefully terminate all of its child
70 processes and then shut down.
71
72 SIGHUP
73 Request a reload of all configuration for gssproxy. If there is an
74 error in the configuration files, the existing configuration will
75 not be replaced; if there is a problem applying the new
76 configuration, gssproxy will exit.
77
79 gssproxy.conf(5) and gssproxy-mech(8).
80
82 GSS-Proxy - http://fedorahosted.org/gss-proxy
83
84
85
86GSS Proxy 01/19/2023 GSSPROXY(8)