36 lines
1.3 KiB
Diff
36 lines
1.3 KiB
Diff
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
|
|
|