|
|
43209f |
From 93a39bd12db11dd407676f428cfbc30406a88c36 Mon Sep 17 00:00:00 2001
|
|
|
43209f |
From: Sumit Bose <sbose@redhat.com>
|
|
|
43209f |
Date: Mon, 15 Jun 2020 15:57:47 +0200
|
|
|
43209f |
Subject: [PATCH] man: explain optional parameter of login-ccache better
|
|
|
43209f |
|
|
|
43209f |
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1791545
|
|
|
43209f |
---
|
|
|
43209f |
doc/adcli.xml | 20 +++++++++++++-------
|
|
|
43209f |
1 file changed, 13 insertions(+), 7 deletions(-)
|
|
|
43209f |
|
|
|
43209f |
diff --git a/doc/adcli.xml b/doc/adcli.xml
|
|
|
43209f |
index acced25..ecf8726 100644
|
|
|
43209f |
--- a/doc/adcli.xml
|
|
|
43209f |
+++ b/doc/adcli.xml
|
|
|
43209f |
@@ -155,13 +155,19 @@ $ LDAPTLS_CACERT=/path/to/ad_dc_ca_cert.pem adcli join --use-ldaps -D domain.exa
|
|
|
43209f |
<varlistentry>
|
|
|
43209f |
<term><option>-C, --login-ccache=<parameter>ccache_name</parameter></option></term>
|
|
|
43209f |
<listitem><para>Use the specified kerberos credential
|
|
|
43209f |
- cache to authenticate with the domain. If no credential
|
|
|
43209f |
- cache is specified, the default kerberos credential
|
|
|
43209f |
- cache will be used. Credential caches of type FILE can
|
|
|
43209f |
- be given with the path to the file. For other
|
|
|
43209f |
- credential cache types, e.g. DIR, KEYRING or KCM, the
|
|
|
43209f |
- type must be specified explicitly together with a
|
|
|
43209f |
- suitable identifier.</para></listitem>
|
|
|
43209f |
+ cache to authenticate with the domain. If no credential
|
|
|
43209f |
+ cache is specified, the default kerberos credential
|
|
|
43209f |
+ cache will be used. Credential caches of type FILE can
|
|
|
43209f |
+ be given with the path to the file. For other
|
|
|
43209f |
+ credential cache types, e.g. DIR, KEYRING or KCM, the
|
|
|
43209f |
+ type must be specified explicitly together with a
|
|
|
43209f |
+ suitable identifier.</para>
|
|
|
43209f |
+ <para>Please note that since the
|
|
|
43209f |
+ <parameter>ccache_name</parameter> is optional the
|
|
|
43209f |
+ =(equal) sign is mandatory. If = is missing the
|
|
|
43209f |
+ parameter is treated as optionless extra argument. How
|
|
|
43209f |
+ this is handled depends on the specific sub-command.
|
|
|
43209f |
+ </para></listitem>
|
|
|
43209f |
</varlistentry>
|
|
|
43209f |
<varlistentry>
|
|
|
43209f |
<term><option>-U, --login-user=<parameter>User</parameter></option></term>
|
|
|
43209f |
--
|
|
|
43209f |
2.26.2
|
|
|
43209f |
|