import adcli-0.8.2-9.el8
This commit is contained in:
parent
257f60b335
commit
8044faa053
@ -0,0 +1,35 @@
|
||||
From 637cc53953ef61c90530ae5eaf26eb4911336465 Mon Sep 17 00:00:00 2001
|
||||
From: Sumit Bose <sbose@redhat.com>
|
||||
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
|
||||
<filename>/etc/krb5.keytab</filename> with a suffix of
|
||||
'domain.example.com', e.g.
|
||||
- <filename>/etc/krb5.keytad.domain.example.com</filename>.</para>
|
||||
+ <filename>/etc/krb5.keytab.domain.example.com</filename>.</para>
|
||||
|
||||
<para><command>adcli create-msa</command> can be called multiple
|
||||
times to reset the password of the managed service account. To identify
|
||||
@@ -955,7 +955,7 @@ Password for Administrator:
|
||||
|
||||
<para>The managed service account password can be updated with
|
||||
<programlisting>
|
||||
-$ 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
|
||||
</programlisting>
|
||||
and the managed service account can be deleted with
|
||||
<programlisting>
|
||||
--
|
||||
2.29.2
|
||||
|
@ -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 <sbose@redhat,com> - 0.8.2-9
|
||||
- Typo in CREATE A SERVICE ACCOUNT section of man page of adcli [#1906303]
|
||||
|
||||
* Wed Nov 11 2020 Sumit Bose <sbose@redhat.com> - 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
|
||||
|
Loading…
Reference in New Issue
Block a user