Blame 0003-man-make-handling-of-optional-credential-cache-more-.patch

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