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. +