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

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