summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2020-08-13 17:10:01 +0200
committerSumit Bose <sbose@redhat.com>2020-08-13 17:10:01 +0200
commit88fbb7e2395dec20b37697a213a097909870c21f (patch)
tree8d164d140f85a1564cb12e4b65dd8af3ea87bc8a /doc
parent93a39bd12db11dd407676f428cfbc30406a88c36 (diff)
man: make handling of optional credential cache more clear
The optional Kerberos credential cache can only be used with the long option name --login-ccache and not with the short version -C. To make this more clear each option get its own entry. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1791545
Diffstat (limited to 'doc')
-rw-r--r--doc/adcli.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/adcli.xml b/doc/adcli.xml
index ecf8726..1437679 100644
--- a/doc/adcli.xml
+++ b/doc/adcli.xml
@@ -153,10 +153,16 @@ $ LDAPTLS_CACERT=/path/to/ad_dc_ca_cert.pem adcli join --use-ldaps -D domain.exa
</para></listitem>
</varlistentry>
<varlistentry>
- <term><option>-C, --login-ccache=<parameter>ccache_name</parameter></option></term>
- <listitem><para>Use the specified kerberos credential
+ <term><option>-C</option></term>
+ <listitem><para>Use the default Kerberos credential
+ cache to authenticate with the domain.
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--login-ccache<parameter>[=ccache_name]</parameter></option></term>
+ <listitem><para>Use the specified Kerberos credential
cache to authenticate with the domain. If no credential
- cache is specified, the default kerberos 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