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

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