|
|
541bac |
From 88fbb7e2395dec20b37697a213a097909870c21f Mon Sep 17 00:00:00 2001
|
|
|
541bac |
From: Sumit Bose <sbose@redhat.com>
|
|
|
541bac |
Date: Thu, 13 Aug 2020 17:10:01 +0200
|
|
|
541bac |
Subject: [PATCH] man: make handling of optional credential cache more clear
|
|
|
541bac |
|
|
|
541bac |
The optional Kerberos credential cache can only be used with the long
|
|
|
541bac |
option name --login-ccache and not with the short version -C. To make
|
|
|
541bac |
this more clear each option get its own entry.
|
|
|
541bac |
|
|
|
541bac |
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1791545
|
|
|
541bac |
---
|
|
|
541bac |
doc/adcli.xml | 12 +++++++++---
|
|
|
541bac |
1 file changed, 9 insertions(+), 3 deletions(-)
|
|
|
541bac |
|
|
|
541bac |
diff --git a/doc/adcli.xml b/doc/adcli.xml
|
|
|
541bac |
index ecf8726..1437679 100644
|
|
|
541bac |
--- a/doc/adcli.xml
|
|
|
541bac |
+++ b/doc/adcli.xml
|
|
|
541bac |
@@ -153,10 +153,16 @@ $ LDAPTLS_CACERT=/path/to/ad_dc_ca_cert.pem adcli join --use-ldaps -D domain.exa
|
|
|
541bac |
</para></listitem>
|
|
|
541bac |
</varlistentry>
|
|
|
541bac |
<varlistentry>
|
|
|
541bac |
- <term><option>-C, --login-ccache=<parameter>ccache_name</parameter></option></term>
|
|
|
541bac |
- <listitem><para>Use the specified kerberos credential
|
|
|
541bac |
+ <term><option>-C</option></term>
|
|
|
541bac |
+ <listitem><para>Use the default Kerberos credential
|
|
|
541bac |
+ cache to authenticate with the domain.
|
|
|
541bac |
+ </para></listitem>
|
|
|
541bac |
+ </varlistentry>
|
|
|
541bac |
+ <varlistentry>
|
|
|
541bac |
+ <term><option>--login-ccache<parameter>[=ccache_name]</parameter></option></term>
|
|
|
541bac |
+ <listitem><para>Use the specified Kerberos credential
|
|
|
541bac |
cache to authenticate with the domain. If no credential
|
|
|
541bac |
- cache is specified, the default kerberos credential
|
|
|
541bac |
+ cache is specified, the default Kerberos credential
|
|
|
541bac |
cache will be used. Credential caches of type FILE can
|
|
|
541bac |
be given with the path to the file. For other
|
|
|
541bac |
credential cache types, e.g. DIR, KEYRING or KCM, the
|
|
|
541bac |
--
|
|
|
541bac |
2.26.2
|
|
|
541bac |
|