From 93a39bd12db11dd407676f428cfbc30406a88c36 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 15 Jun 2020 15:57:47 +0200 Subject: [PATCH 2/3] man: explain optional parameter of login-ccache better Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1791545 --- doc/adcli.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/adcli.xml b/doc/adcli.xml index acced25..ecf8726 100644 --- a/doc/adcli.xml +++ b/doc/adcli.xml @@ -155,13 +155,19 @@ $ LDAPTLS_CACERT=/path/to/ad_dc_ca_cert.pem adcli join --use-ldaps -D domain.exa Use the specified kerberos credential - 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. + 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. + Please note that since the + ccache_name is optional the + =(equal) sign is mandatory. If = is missing the + parameter is treated as optionless extra argument. How + this is handled depends on the specific sub-command. + -- 2.26.2