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

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