From c97c8e8b4a1db36a2658d1f054a33e830dbcfa7c Mon Sep 17 00:00:00 2001
From: Robbie Harwood <rharwood@redhat.com>
Date: Tue, 2 Oct 2018 14:52:18 -0400
Subject: [PATCH] Update docs to reflect actual behavior of krb5_principal
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Merges: #235
(cherry picked from commit ffb05b5eeb9aa818690e5eece5ab6d84cf8fc24b)
---
proxy/man/gssproxy.conf.5.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/proxy/man/gssproxy.conf.5.xml b/proxy/man/gssproxy.conf.5.xml
index abb6745..7874c6e 100644
--- a/proxy/man/gssproxy.conf.5.xml
+++ b/proxy/man/gssproxy.conf.5.xml
@@ -307,7 +307,12 @@
<varlistentry>
<term>krb5_principal (string)</term>
<listitem>
- <para>The krb5 principal to be used by this service.</para>
+ <para>
+ The krb5 principal to be used preferred for this
+ service, if one isn't requested by the
+ application. Note that this does not enforce use
+ of this specific name; it only sets a default.
+ </para>
<para>Default: krb5_principal = </para>
</listitem>
</varlistentry>