Blame SOURCES/0001-service-account-fix-typo-in-the-man-page-entry.patch

fb25fc
From 637cc53953ef61c90530ae5eaf26eb4911336465 Mon Sep 17 00:00:00 2001
fb25fc
From: Sumit Bose <sbose@redhat.com>
fb25fc
Date: Thu, 10 Dec 2020 18:29:18 +0100
fb25fc
Subject: [PATCH] service-account: fix typo in the man page entry
fb25fc
fb25fc
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1906303
fb25fc
---
fb25fc
 doc/adcli.xml | 4 ++--
fb25fc
 1 file changed, 2 insertions(+), 2 deletions(-)
fb25fc
fb25fc
diff --git a/doc/adcli.xml b/doc/adcli.xml
fb25fc
index 14921f9..a64687a 100644
fb25fc
--- a/doc/adcli.xml
fb25fc
+++ b/doc/adcli.xml
fb25fc
@@ -943,7 +943,7 @@ Password for Administrator:
fb25fc
 	of the managed service account as a suffix. On most systems it would be
fb25fc
 	<filename>/etc/krb5.keytab</filename> with a suffix of
fb25fc
 	'domain.example.com', e.g.
fb25fc
-	<filename>/etc/krb5.keytad.domain.example.com</filename>.</para>
fb25fc
+	<filename>/etc/krb5.keytab.domain.example.com</filename>.</para>
fb25fc
 
fb25fc
 	<para><command>adcli create-msa</command> can be called multiple
fb25fc
 	times to reset the password of the managed service account. To identify
fb25fc
@@ -955,7 +955,7 @@ Password for Administrator:
fb25fc
 
fb25fc
 	<para>The managed service account password can be updated with
fb25fc
 <programlisting>
fb25fc
-$ adcli update --domain=domain.example.com --host-keytab=/etc/krb5.keytad.domain.example.com
fb25fc
+$ adcli update --domain=domain.example.com --host-keytab=/etc/krb5.keytab.domain.example.com
fb25fc
 </programlisting>
fb25fc
 	and the managed service account can be deleted with
fb25fc
 <programlisting>
fb25fc
-- 
fb25fc
2.29.2
fb25fc