Blame SOURCES/0004-doc-explain-that-all-credential-cache-types-are-supp.patch

2e5ed6
From c3ec5121c1e79344ce615612ab3b576bc4745acb Mon Sep 17 00:00:00 2001
2e5ed6
From: Sumit Bose <sbose@redhat.com>
2e5ed6
Date: Wed, 1 Nov 2017 12:01:18 +0100
2e5ed6
Subject: [PATCH 04/23] doc: explain that all credential cache types are
2e5ed6
 supported
2e5ed6
2e5ed6
---
2e5ed6
 doc/adcli.xml | 12 ++++++++----
2e5ed6
 1 file changed, 8 insertions(+), 4 deletions(-)
2e5ed6
2e5ed6
diff --git a/doc/adcli.xml b/doc/adcli.xml
2e5ed6
index e18ba5d..c54cc1b 100644
2e5ed6
--- a/doc/adcli.xml
2e5ed6
+++ b/doc/adcli.xml
2e5ed6
@@ -118,11 +118,15 @@
2e5ed6
 			is automatically discovered.</para></listitem>
2e5ed6
 		</varlistentry>
2e5ed6
 		<varlistentry>
2e5ed6
-			<term><option>-C, --login-ccache=<parameter>/path/to/file</parameter></option></term>
2e5ed6
+			<term><option>-C, --login-ccache=<parameter>ccache_name</parameter></option></term>
2e5ed6
 			<listitem><para>Use the specified kerberos credential
2e5ed6
-			cache to authenticate with the domain. If no file is specified or
2e5ed6
-			<option>-C</option> is used, then the default kerberos credential cache will
2e5ed6
-			be used.</para></listitem>
2e5ed6
+                        cache to authenticate with the domain. If no credential
2e5ed6
+                        cache is specified, the default kerberos credential
2e5ed6
+                        cache will be used. Credential caches of type FILE can
2e5ed6
+                        be given with the path to the file. For other
2e5ed6
+                        credential cache types, e.g. DIR, KEYRING or KCM, the
2e5ed6
+                        type must be specified explicitly together with a
2e5ed6
+                        suitable identifier.</para></listitem>
2e5ed6
 		</varlistentry>
2e5ed6
 		<varlistentry>
2e5ed6
 			<term><option>-U, --login-user=<parameter>User</parameter></option></term>
2e5ed6
-- 
2e5ed6
2.14.4
2e5ed6