diff options
| author | Simo Sorce <simo@redhat.com> | 2014-08-21 12:51:46 -0400 |
|---|---|---|
| committer | Günther Deschner <gdeschner@redhat.com> | 2014-09-15 13:09:21 +0200 |
| commit | 38a158446d1f9ce495715aa83265fe35a29f8a2b (patch) | |
| tree | 8215d55c60102b1f7ed0b18f14fae87b7db153a5 /proxy/man | |
| parent | f39b471f34b381784a1bd1906bf8335ac2c7ef5e (diff) | |
Add cmdline option to override default socket
This is especially useful for testing, but can be useful for custom
configurations of gss-proxy as well (containers, chroots, etc..)
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Guenther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/man')
| -rw-r--r-- | proxy/man/gssproxy.8.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/proxy/man/gssproxy.8.xml b/proxy/man/gssproxy.8.xml index 5f4d715..68f5ff7 100644 --- a/proxy/man/gssproxy.8.xml +++ b/proxy/man/gssproxy.8.xml @@ -85,6 +85,17 @@ </varlistentry> <varlistentry> <term> + <option>-s</option>,<option>--socket</option> + </term> + <listitem> + <para> + Specify a custom default socket name. This socket will be used + by all sections that do not define an explicit socket. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> <option>-d</option>,<option>--debug</option> </term> <listitem> |
