Update docs to reflect actual behavior of krb5_principal
This commit is contained in:
parent
5f04d54ba4
commit
40202d6387
31
Update-docs-to-reflect-actual-behavior-of-krb5_princ.patch
Normal file
31
Update-docs-to-reflect-actual-behavior-of-krb5_princ.patch
Normal file
@ -0,0 +1,31 @@
|
||||
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>
|
@ -1,7 +1,7 @@
|
||||
Name: gssproxy
|
||||
|
||||
Version: 0.8.0
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: GSSAPI Proxy
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -19,6 +19,7 @@ Patch1: Clarify-debug-and-debug_level-in-man-pages.patch
|
||||
Patch2: Always-choose-highest-requested-debug-level.patch
|
||||
Patch3: Don-t-leak-sock_ctx-if-verto_add_io-fails.patch
|
||||
Patch4: Use-pthread-keys-for-thread-local-storage.patch
|
||||
Patch5: Update-docs-to-reflect-actual-behavior-of-krb5_princ.patch
|
||||
|
||||
### Dependencies ###
|
||||
Requires: krb5-libs >= 1.12.0
|
||||
@ -112,6 +113,9 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache
|
||||
%systemd_postun_with_restart gssproxy.service
|
||||
|
||||
%changelog
|
||||
* Tue Oct 02 2018 Robbie Harwood <rharwood@redhat.com> - 0.8.0-8
|
||||
- Update docs to reflect actual behavior of krb5_principal
|
||||
|
||||
* Thu Sep 20 2018 Robbie Harwood <rharwood@redhat.com> - 0.8.0-7
|
||||
- Use pthread keys for thread local storage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user