From 8044faa053f6dfa8f2b342ed05f0690a02048eb9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 23 Dec 2020 06:08:45 +0000 Subject: [PATCH] import adcli-0.8.2-9.el8 --- ...count-fix-typo-in-the-man-page-entry.patch | 35 +++++++++++++++++++ SPECS/adcli.spec | 8 ++++- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 SOURCES/0001-service-account-fix-typo-in-the-man-page-entry.patch diff --git a/SOURCES/0001-service-account-fix-typo-in-the-man-page-entry.patch b/SOURCES/0001-service-account-fix-typo-in-the-man-page-entry.patch new file mode 100644 index 0000000..b476a93 --- /dev/null +++ b/SOURCES/0001-service-account-fix-typo-in-the-man-page-entry.patch @@ -0,0 +1,35 @@ +From 637cc53953ef61c90530ae5eaf26eb4911336465 Mon Sep 17 00:00:00 2001 +From: Sumit Bose +Date: Thu, 10 Dec 2020 18:29:18 +0100 +Subject: [PATCH] service-account: fix typo in the man page entry + +Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1906303 +--- + doc/adcli.xml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/doc/adcli.xml b/doc/adcli.xml +index 14921f9..a64687a 100644 +--- a/doc/adcli.xml ++++ b/doc/adcli.xml +@@ -943,7 +943,7 @@ Password for Administrator: + of the managed service account as a suffix. On most systems it would be + /etc/krb5.keytab with a suffix of + 'domain.example.com', e.g. +- /etc/krb5.keytad.domain.example.com. ++ /etc/krb5.keytab.domain.example.com. + + adcli create-msa can be called multiple + times to reset the password of the managed service account. To identify +@@ -955,7 +955,7 @@ Password for Administrator: + + The managed service account password can be updated with + +-$ adcli update --domain=domain.example.com --host-keytab=/etc/krb5.keytad.domain.example.com ++$ adcli update --domain=domain.example.com --host-keytab=/etc/krb5.keytab.domain.example.com + + and the managed service account can be deleted with + +-- +2.29.2 + diff --git a/SPECS/adcli.spec b/SPECS/adcli.spec index b40b9a0..6378940 100644 --- a/SPECS/adcli.spec +++ b/SPECS/adcli.spec @@ -1,6 +1,6 @@ Name: adcli Version: 0.8.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Active Directory enrollment License: LGPLv2+ URL: http://cgit.freedesktop.org/realmd/adcli @@ -147,6 +147,9 @@ Patch78: 0005-enroll-make-adcli_enroll_add_keytab_for_service_acco.patch Patch79: 0006-enroll-allow-fqdn-for-locate_computer_account.patch Patch80: 0007-service-account-add-random-suffix-to-account-name.patch +# rhbz#1906303 - Typo in CREATE A SERVICE ACCOUNT section of man page of adcli +Patch81: 0001-service-account-fix-typo-in-the-man-page-entry.patch + BuildRequires: gcc BuildRequires: intltool pkgconfig BuildRequires: libtool @@ -207,6 +210,9 @@ documentation. %doc %{_datadir}/doc/adcli/* %changelog +* Fri Dec 11 2020 Sumit Bose - 0.8.2-9 +- Typo in CREATE A SERVICE ACCOUNT section of man page of adcli [#1906303] + * Wed Nov 11 2020 Sumit Bose - 0.8.2-8 - Add --use-ldaps option to adcli update as well [#1883467] - Cannot join a pre-staged Computer Account on AD in Custom OU using Delegated