32 lines
1.3 KiB
Diff
32 lines
1.3 KiB
Diff
From 9b2bf07af65f38f204eabb4d7622a4c86ce06789 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)
|
|
---
|
|
man/gssproxy.conf.5.xml | 7 ++++++-
|
|
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/man/gssproxy.conf.5.xml b/man/gssproxy.conf.5.xml
|
|
index 21c9653..a6a620b 100644
|
|
--- a/man/gssproxy.conf.5.xml
|
|
+++ b/man/gssproxy.conf.5.xml
|
|
@@ -308,7 +308,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>
|