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

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