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

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