Blame SOURCES/0001-man-make-handling-of-optional-credential-cache-more-.patch

c092c0
From 88fbb7e2395dec20b37697a213a097909870c21f Mon Sep 17 00:00:00 2001
c092c0
From: Sumit Bose <sbose@redhat.com>
c092c0
Date: Thu, 13 Aug 2020 17:10:01 +0200
c092c0
Subject: [PATCH] man: make handling of optional credential cache more clear
c092c0
c092c0
The optional Kerberos credential cache can only be used with the long
c092c0
option name --login-ccache and not with the short version -C. To make
c092c0
this more clear each option get its own entry.
c092c0
c092c0
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1791545
c092c0
---
c092c0
 doc/adcli.xml | 12 +++++++++---
c092c0
 1 file changed, 9 insertions(+), 3 deletions(-)
c092c0
c092c0
diff --git a/doc/adcli.xml b/doc/adcli.xml
c092c0
index ecf8726..1437679 100644
c092c0
--- a/doc/adcli.xml
c092c0
+++ b/doc/adcli.xml
c092c0
@@ -153,10 +153,16 @@ $ LDAPTLS_CACERT=/path/to/ad_dc_ca_cert.pem adcli join --use-ldaps -D domain.exa
c092c0
 			</para></listitem>
c092c0
 		</varlistentry>
c092c0
 		<varlistentry>
c092c0
-			<term><option>-C, --login-ccache=<parameter>ccache_name</parameter></option></term>
c092c0
-			<listitem><para>Use the specified kerberos credential
c092c0
+			<term><option>-C</option></term>
c092c0
+			<listitem><para>Use the default Kerberos credential
c092c0
+			cache to authenticate with the domain.
c092c0
+			</para></listitem>
c092c0
+		</varlistentry>
c092c0
+		<varlistentry>
c092c0
+			<term><option>--login-ccache<parameter>[=ccache_name]</parameter></option></term>
c092c0
+			<listitem><para>Use the specified Kerberos credential
c092c0
 			cache to authenticate with the domain. If no credential
c092c0
-			cache is specified, the default kerberos credential
c092c0
+			cache is specified, the default Kerberos credential
c092c0
 			cache will be used. Credential caches of type FILE can
c092c0
 			be given with the path to the file. For other
c092c0
 			credential cache types, e.g. DIR, KEYRING or KCM, the
c092c0
-- 
c092c0
2.26.2
c092c0