Blame SOURCES/0001-man-move-note-to-the-right-section.patch

79648a
From d2d3879bdfcea70757a8b0527882e79e8b5c6e70 Mon Sep 17 00:00:00 2001
79648a
From: Sumit Bose <sbose@redhat.com>
79648a
Date: Wed, 27 Nov 2019 18:26:44 +0100
79648a
Subject: [PATCH] man: move note to the right section
79648a
79648a
Unfortunately the note about the password lifetime was added to the join
79648a
section. This patch move it to the update section where it belongs to.
79648a
79648a
Related to https://bugzilla.redhat.com/show_bug.cgi?id=1738573
79648a
           https://bugzilla.redhat.com/show_bug.cgi?id=1745931
79648a
           https://bugzilla.redhat.com/show_bug.cgi?id=1774622
79648a
---
79648a
 doc/adcli.xml | 12 ++++++------
79648a
 1 file changed, 6 insertions(+), 6 deletions(-)
79648a
79648a
diff --git a/doc/adcli.xml b/doc/adcli.xml
79648a
index 4f201e0..9faf96a 100644
79648a
--- a/doc/adcli.xml
79648a
+++ b/doc/adcli.xml
79648a
@@ -330,11 +330,7 @@ Password for Administrator:
79648a
 			important here is currently the
79648a
 			<option>workgroup</option> option, see
79648a
 			<citerefentry><refentrytitle>smb.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
79648a
-			for details.</para>
79648a
-			<para>Note that if the machine account password is not
79648a
-			older than 30 days, you have to pass
79648a
-			<option>--computer-password-lifetime=0</option> to
79648a
-			force the update.</para></listitem>
79648a
+			for details.</para></listitem>
79648a
 		</varlistentry>
79648a
 		<varlistentry>
79648a
 			<term><option>--samba-data-tool=<parameter>/path/to/net</parameter></option></term>
79648a
@@ -472,7 +468,11 @@ $ adcli update --login-ccache=/tmp/krbcc_123
79648a
 			important here is currently the
79648a
 			<option>workgroup</option> option, see
79648a
 			<citerefentry><refentrytitle>smb.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
79648a
-			for details.</para></listitem>
79648a
+			for details.</para>
79648a
+			<para>Note that if the machine account password is not
79648a
+			older than 30 days, you have to pass
79648a
+			<option>--computer-password-lifetime=0</option> to
79648a
+			force the update.</para></listitem>
79648a
 		</varlistentry>
79648a
 		<varlistentry>
79648a
 			<term><option>--samba-data-tool=<parameter>/path/to/net</parameter></option></term>
79648a
-- 
79648a
2.21.0
79648a