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

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