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

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