diff options
author | Günther Deschner <gdeschner@redhat.com> | 2013-10-17 18:53:07 +0200 |
---|---|---|
committer | Günther Deschner <gdeschner@redhat.com> | 2013-10-17 18:53:47 +0200 |
commit | 9b5b78f94a8ae468a8a2fd6a16e6c5b1a0f52472 (patch) | |
tree | 9de2ac50ae6a7c8994a055f8c25707694da7e9d0 /proxy/man | |
parent | 08173993ff56ff8552575dc1ef321f30e33d900c (diff) | |
download | gss-proxy-master-fixes3.tar.gz gss-proxy-master-fixes3.tar.xz gss-proxy-master-fixes3.zip |
docs: Fill in GSSPROXY_BEHAVIOR default setting from configure option.master-fixes3
Signed-off-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/man')
-rw-r--r-- | proxy/man/gssproxy-mech.8.xml.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/proxy/man/gssproxy-mech.8.xml.in b/proxy/man/gssproxy-mech.8.xml.in index b2d008c..52b1063 100644 --- a/proxy/man/gssproxy-mech.8.xml.in +++ b/proxy/man/gssproxy-mech.8.xml.in @@ -74,10 +74,7 @@ <para>All commands received with this setting will cause to immediately reenter the GSSAPI w/o any interaction with the gssproxy daemon. When the request cannot be - processed it will just fail. This is the default - behavior when the - <emphasis>GSSPROXY_BEHAVIOR</emphasis> environment - variable is not set at all. + processed it will just fail. </para> </listitem> </varlistentry> @@ -111,6 +108,11 @@ </varlistentry> </variablelist> <para> + The default setting for <emphasis>GSSPROXY_BEHAVIOR</emphasis> + is @GPP_DEFAULT_BEHAVIOR@. + </para> + + <para> Finally the interposer may need to use a special per-service socket in order to communicate with gssproxy. The path to this socket is set via the <emphasis>GSSPROXY_SOCKET</emphasis> |