'\" t .\" Title: gssproxy .\" Author: GSS-Proxy - http://fedorahosted.org/gss-proxy .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 03/20/2024 .\" Manual: GssProxy Manual pages .\" Source: GSS Proxy .\" Language: English .\" .TH "GSSPROXY" "8" "03/20/2024" "GSS Proxy" "GssProxy Manual pages" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" gssproxy \- GssProxy Daemon .SH "SYNOPSIS" .HP \w'\fBgssproxy\fR\ 'u \fBgssproxy\fR [\fIoptions\fR] .SH "DESCRIPTION" .PP \fBgssproxy\fR provides a daemon to manage access to GSSAPI credentials\&. .PP \fBgssproxy\fR consists of the \fBgssproxy\fR daemon (configured by the \fBgssproxy.conf\fR(5) file) and a GSSAPI interposer plugin (\fBgssproxy-mech\fR(8))\&. .SH "OPTIONS" .PP \fB\-D\fR,\fB\-\-daemon\fR .RS 4 Become a daemon after starting up\&. .RE .PP \fB\-c\fR,\fB\-\-config\fR .RS 4 Specify a config file to use as the main config file (read before the rest of the config directory)\&. The default is to use the file /etc/gssproxy/gssproxy\&.conf\&. For reference on the config file syntax and options, consult the \fBgssproxy.conf\fR(5) manual page\&. .RE .PP \fB\-C\fR,\fB\-\-configdir\fR .RS 4 Specify a non\-default config dir\&. Files named of the form "##\-foo\&.conf" (that is, beginning with two digits and a dash, and ending in "\&.conf") will be read in numeric order from this directory, in addition to the config file itself\&. The default is /etc/gssproxy\&. For reference on the config file syntax and options, consult the \fBgssproxy.conf\fR(5) manual page\&. .RE .PP \fB\-d\fR,\fB\-\-debug\fR .RS 4 Turn on debugging\&. This option is identical to \-\-debug\-level=1\&. .RE .PP \fB\-\-debug\-level=\fR .RS 4 Turn on debugging at the specified level\&. 0 corresponds to no logging, while 1 turns on basic debug logging\&. Level 2 increases verbosity, including more detailed credential verification\&. .sp At level 3 and above, KRB5_TRACE output is logged\&. If KRB5_TRACE was already set in the execution environment, trace output is sent to its value instead\&. .RE .PP \fB\-i\fR,\fB\-\-interactive\fR .RS 4 Run in the foreground, don\*(Aqt become a daemon\&. .RE .PP \fB\-u\fR,\fB\-\-userproxy\fR .RS 4 Run gssproxy in userproxy mode\&. This mode ignores configuration files, and listens on a socket in $XDG_RUNTIME_DIR/gssproxy/default\&.sock instead\&. See the project documentation for more information on the behavior of this mode\&. .RE .PP \fB\-s\fR,\fB\-\-socket\fR .RS 4 Specify a custom default socket name\&. This socket will be used by all sections that do not define an explicit socket\&. .RE .PP \fB\-\-syslog\-status\fR .RS 4 Enable additional logging to syslog\&. .RE .PP \fB\-\-version\fR .RS 4 Print version number and exit\&. .RE .SH "SIGNALS" .PP SIGTERM/SIGINT .RS 4 Informs the GssProxy to gracefully terminate all of its child processes and then shut down\&. .RE .PP SIGHUP .RS 4 Request a reload of all configuration for gssproxy\&. If there is an error in the configuration files, the existing configuration will not be replaced; if there is a problem applying the new configuration, gssproxy will exit\&. .RE .SH "SEE ALSO" .PP \fBgssproxy.conf\fR(5) and \fBgssproxy-mech\fR(8)\&. .SH "AUTHORS" .PP \fBGSS\-Proxy \- http://fedorahosted\&.org/gss\-proxy\fR