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

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