40 lines
1.7 KiB
Diff
40 lines
1.7 KiB
Diff
From 788132ea70522663efab652d8653e1eaa8819822 Mon Sep 17 00:00:00 2001
|
|
From: Simo Sorce <simo@redhat.com>
|
|
Date: Tue, 15 Oct 2013 15:48:04 -0400
|
|
Subject: [PATCH 2/2] Fix documentation to match reality
|
|
|
|
LOCAL_FIRST is our default
|
|
---
|
|
proxy/man/gssproxy-mech.8.xml | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/proxy/man/gssproxy-mech.8.xml b/proxy/man/gssproxy-mech.8.xml
|
|
index b2d008cc8990c214027d2104bf72da776faf1b82..2249ced68af410d9f444ca479df1827712898354 100644
|
|
--- a/proxy/man/gssproxy-mech.8.xml
|
|
+++ b/proxy/man/gssproxy-mech.8.xml
|
|
@@ -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>
|
|
@@ -88,6 +85,9 @@
|
|
to immediately reenter the GSSAPI. When the local
|
|
GSSAPI cannot process the request, it will resend the
|
|
request to the gssproxy daemon.
|
|
+ This is the default behavior when the
|
|
+ <emphasis>GSSPROXY_BEHAVIOR</emphasis> environment
|
|
+ variable is not set.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
--
|
|
1.8.3.1
|
|
|