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

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