All,

Please review this patch for https://fedorahosted.org/freeipa/ticket/4156
Added links to documentation on configuring NetworkManager.

Thanks,

Gabe
From 87bb9bc096ab8dfd73a6d9716dc42c94089057d3 Mon Sep 17 00:00:00 2001
From: Gabe <redhatri...@gmail.com>
Date: Mon, 24 Mar 2014 17:13:18 -0600
Subject: [PATCH] [DOC] Update section about use of NetworkManager

https://fedorahosted.org/freeipa/ticket/4156
---
 src/user_guide/en-US/Installing.xml | 39 +------------------------------------
 1 file changed, 1 insertion(+), 38 deletions(-)

diff --git a/src/user_guide/en-US/Installing.xml b/src/user_guide/en-US/Installing.xml
index cf8094176fda7e1908d3edc91fe726a80bbde08c..362c9161c96967cd7e469105ccceb64e755cba60 100644
--- a/src/user_guide/en-US/Installing.xml
+++ b/src/user_guide/en-US/Installing.xml
@@ -328,45 +328,8 @@ negative-time-to-live   hosts           20
 		<section id="Configuring_Networking-Configuring_Networking_Services">
 			<title>Configuring Networking Services</title>
 			<para>
-				The default networking service used by &OS; is NetworkManager, and due to the way this service works, it can cause problems with &IPA; and the KDC. Consequently, it is highly recommended that you use the <systemitem>network</systemitem> service to manage the networking requirements in &IPAA; environment and disable the NetworkManager service.
+				The default networking service used by &OS; is NetworkManager and is fully supported by &IPA;. For more information on NetworkManager, see <ulink url="http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/ch-NetworkManager.html"; condition="redhat">the NetworkManager chapter in the Deployment Guide</ulink><ulink url="http://docs.fedoraproject.org/en-US/Fedora/18/html/System_Administrators_Guide/ch-NetworkManager.html"; condition="fedora">the NetworkManager chapter in the System Administrators Guide</ulink>.
 			</para>
-			<orderedlist>
-				<listitem>
-					<para>
-						Boot the machine into single-user mode and run the following commands:
-					</para>
-<programlisting language="Bash">[root@server ~]# chkconfig NetworkManager off; service NetworkManager stop</programlisting>
-
-				</listitem>
-				<listitem>
-					<para>
-						If <systemitem class="service">NetworkManagerDispatcher</systemitem> is installed, ensure that it is stopped and disabled:
-					</para>
-<programlisting language="Bash">[root@server ~]# chkconfig NetworkManagerDispatcher off; service NetworkManagerDispatcher stop</programlisting>
-
-				</listitem>
-				<listitem>
-					<para>
-						Then, make sure that the <systemitem>network</systemitem> service is properly started.
-<programlisting language="Bash">[root@server ~]# chkconfig network on; service network start</programlisting>
-					</para>
-				</listitem>
-				<listitem>
-					<para>
-						Ensure that static networking is correctly configured.
-					</para>
-
-				</listitem>
-				<listitem>
-					<para>
-						Restart the system.
-					</para>
-
-				</listitem>
-
-			</orderedlist>
-			
-
 		</section>
 		
 		<section id="Configuring_Networking-Configuring_the_etchosts_File">
-- 
1.8.5.3

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to