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

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