diff --git a/Update-docs-to-reflect-actual-behavior-of-krb5_princ.patch b/Update-docs-to-reflect-actual-behavior-of-krb5_princ.patch new file mode 100644 index 0000000..caf9665 --- /dev/null +++ b/Update-docs-to-reflect-actual-behavior-of-krb5_princ.patch @@ -0,0 +1,31 @@ +From 9b2bf07af65f38f204eabb4d7622a4c86ce06789 Mon Sep 17 00:00:00 2001 +From: Robbie Harwood +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 +Reviewed-by: Simo Sorce +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 @@ + + krb5_principal (string) + +- The krb5 principal to be used by this service. ++ ++ 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. ++ + Default: krb5_principal = + + diff --git a/gssproxy.spec b/gssproxy.spec index e16dc08..8c82b22 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -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 - 0.8.0-8 +- Update docs to reflect actual behavior of krb5_principal + * Thu Sep 20 2018 Robbie Harwood - 0.8.0-7 - Use pthread keys for thread local storage