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

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