Blame SOURCES/0001-man-explain-optional-parameter-of-login-ccache-bette.patch

3e55d6
From 93a39bd12db11dd407676f428cfbc30406a88c36 Mon Sep 17 00:00:00 2001
3e55d6
From: Sumit Bose <sbose@redhat.com>
3e55d6
Date: Mon, 15 Jun 2020 15:57:47 +0200
3e55d6
Subject: [PATCH] man: explain optional parameter of login-ccache better
3e55d6
3e55d6
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1791545
3e55d6
---
3e55d6
 doc/adcli.xml | 20 +++++++++++++-------
3e55d6
 1 file changed, 13 insertions(+), 7 deletions(-)
3e55d6
3e55d6
diff --git a/doc/adcli.xml b/doc/adcli.xml
3e55d6
index acced25..ecf8726 100644
3e55d6
--- a/doc/adcli.xml
3e55d6
+++ b/doc/adcli.xml
3e55d6
@@ -155,13 +155,19 @@ $ LDAPTLS_CACERT=/path/to/ad_dc_ca_cert.pem adcli join --use-ldaps -D domain.exa
3e55d6
 		<varlistentry>
3e55d6
 			<term><option>-C, --login-ccache=<parameter>ccache_name</parameter></option></term>
3e55d6
 			<listitem><para>Use the specified kerberos credential
3e55d6
-                        cache to authenticate with the domain. If no credential
3e55d6
-                        cache is specified, the default kerberos credential
3e55d6
-                        cache will be used. Credential caches of type FILE can
3e55d6
-                        be given with the path to the file. For other
3e55d6
-                        credential cache types, e.g. DIR, KEYRING or KCM, the
3e55d6
-                        type must be specified explicitly together with a
3e55d6
-                        suitable identifier.</para></listitem>
3e55d6
+			cache to authenticate with the domain. If no credential
3e55d6
+			cache is specified, the default kerberos credential
3e55d6
+			cache will be used. Credential caches of type FILE can
3e55d6
+			be given with the path to the file. For other
3e55d6
+			credential cache types, e.g. DIR, KEYRING or KCM, the
3e55d6
+			type must be specified explicitly together with a
3e55d6
+			suitable identifier.</para>
3e55d6
+			<para>Please note that since the
3e55d6
+			<parameter>ccache_name</parameter> is optional the
3e55d6
+			=(equal) sign is mandatory. If = is missing the
3e55d6
+			parameter is treated as optionless extra argument. How
3e55d6
+			this is handled depends on the specific sub-command.
3e55d6
+			</para></listitem>
3e55d6
 		</varlistentry>
3e55d6
 		<varlistentry>
3e55d6
 			<term><option>-U, --login-user=<parameter>User</parameter></option></term>
3e55d6
-- 
3e55d6
2.26.2
3e55d6