Blob Blame History Raw
From c3ec5121c1e79344ce615612ab3b576bc4745acb Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose@redhat.com>
Date: Wed, 1 Nov 2017 12:01:18 +0100
Subject: [PATCH 04/23] doc: explain that all credential cache types are
 supported

---
 doc/adcli.xml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/doc/adcli.xml b/doc/adcli.xml
index e18ba5d..c54cc1b 100644
--- a/doc/adcli.xml
+++ b/doc/adcli.xml
@@ -118,11 +118,15 @@
 			is automatically discovered.</para></listitem>
 		</varlistentry>
 		<varlistentry>
-			<term><option>-C, --login-ccache=<parameter>/path/to/file</parameter></option></term>
+			<term><option>-C, --login-ccache=<parameter>ccache_name</parameter></option></term>
 			<listitem><para>Use the specified kerberos credential
-			cache to authenticate with the domain. If no file is specified or
-			<option>-C</option> is used, then the default kerberos credential cache will
-			be used.</para></listitem>
+                        cache to authenticate with the domain. If no credential
+                        cache is specified, the default kerberos credential
+                        cache will be used. Credential caches of type FILE can
+                        be given with the path to the file. For other
+                        credential cache types, e.g. DIR, KEYRING or KCM, the
+                        type must be specified explicitly together with a
+                        suitable identifier.</para></listitem>
 		</varlistentry>
 		<varlistentry>
 			<term><option>-U, --login-user=<parameter>User</parameter></option></term>
-- 
2.14.4