Skip to content
Snippets Groups Projects
Select Git revision
  • bullseye
  • buster default protected
  • master protected
3 results

0006-doc-explain-that-all-credential-cache-types-are-supp.patch

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0006-doc-explain-that-all-credential-cache-types-are-supp.patch 1.57 KiB
    From 8bfeba525a104f39c9ede7601035d934cd062437 Mon Sep 17 00:00:00 2001
    From: Sumit Bose <sbose@redhat.com>
    Date: Wed, 1 Nov 2017 12:01:18 +0100
    Subject: [PATCH 06/30] doc: explain that all credential cache types are
     supported
    
    ---
     doc/adcli.xml | 12 ++++++++----
     1 file changed, 8 insertions(+), 4 deletions(-)
    
    diff --git a/doc/adcli.xml b/doc/adcli.xml
    index e18ba5d..c54cc1b 100644
    --- a/doc/adcli.xml
    +++ b/doc/adcli.xml
    @@ -118,11 +118,15 @@
     			is automatically discovered.</para></listitem>
     		</varlistentry>
     		<varlistentry>
    -			<term><option>-C, --login-ccache=<parameter>/path/to/file</parameter></option></term>
    +			<term><option>-C, --login-ccache=<parameter>ccache_name</parameter></option></term>
     			<listitem><para>Use the specified kerberos credential
    -			cache to authenticate with the domain. If no file is specified or
    -			<option>-C</option> is used, then the default kerberos credential cache will
    -			be used.</para></listitem>
    +                        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.</para></listitem>
     		</varlistentry>
     		<varlistentry>
     			<term><option>-U, --login-user=<parameter>User</parameter></option></term>
    -- 
    2.11.0