From c092c0816c9c21d1bed188870a3aa4b0150f5b5a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 20 2020 18:26:23 +0000 Subject: import adcli-0.8.2-7.el8 --- diff --git a/SOURCES/0001-man-make-handling-of-optional-credential-cache-more-.patch b/SOURCES/0001-man-make-handling-of-optional-credential-cache-more-.patch new file mode 100644 index 0000000..3d5955a --- /dev/null +++ b/SOURCES/0001-man-make-handling-of-optional-credential-cache-more-.patch @@ -0,0 +1,41 @@ +From 88fbb7e2395dec20b37697a213a097909870c21f Mon Sep 17 00:00:00 2001 +From: Sumit Bose +Date: Thu, 13 Aug 2020 17:10:01 +0200 +Subject: [PATCH] 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 +--- + doc/adcli.xml | 12 +++++++++--- + 1 file 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 + + + +- +- Use the specified kerberos credential ++ ++ Use the default Kerberos credential ++ cache to authenticate with the domain. ++ ++ ++ ++ ++ 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 +-- +2.26.2 + diff --git a/SPECS/adcli.spec b/SPECS/adcli.spec index d0ecaa3..df51d54 100644 --- a/SPECS/adcli.spec +++ b/SPECS/adcli.spec @@ -1,6 +1,6 @@ Name: adcli Version: 0.8.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Active Directory enrollment License: LGPLv2+ URL: http://cgit.freedesktop.org/realmd/adcli @@ -123,6 +123,7 @@ Patch67: 0001-tools-fix-typo-in-show-password-help-output.patch # rhbz#1791545 - Manpage and help does not explain the use of "-C" option Patch68: 0001-man-explain-optional-parameter-of-login-ccache-bette.patch +Patch69: 0001-man-make-handling-of-optional-credential-cache-more-.patch BuildRequires: gcc BuildRequires: intltool pkgconfig @@ -184,6 +185,9 @@ documentation. %doc %{_datadir}/doc/adcli/* %changelog +* Thu Aug 13 2020 Sumit Bose - 0.8.2-7 +- Improve "-C" option description in man page even more [#1791545] + * Mon Jun 15 2020 Sumit Bose - 0.8.2-6 - [abrt] [faf] adcli: raise(): /usr/sbin/adcli killed by 6 [#1806260] - No longer able to delete computer from AD using adcli [#1846882]