[release-notes] Warning about UID/GID change - BZ#739661

John J. McDonough jjmcd at fedoraproject.org
Tue Oct 11 17:13:05 UTC 2011


commit a747533f580d1fc5a2d444917834671e16075589
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Tue Oct 11 13:13:01 2011 -0400

    Warning about UID/GID change - BZ#739661

 en-US/Accounts.xml         |   56 ++++++++++++++++++++++++++++++++++++++++++++
 en-US/Boot.xml             |    8 +++---
 en-US/Release_Notes.xml    |    3 ++
 en-US/Revision_History.xml |    1 +
 4 files changed, 64 insertions(+), 4 deletions(-)
---
diff --git a/en-US/Accounts.xml b/en-US/Accounts.xml
new file mode 100644
index 0000000..756b032
--- /dev/null
+++ b/en-US/Accounts.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN"
+"http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
+<?xml-stylesheet href="http://www.informatik.fh-wiesbaden.de/~werntges/home_t/proj/dbkcss102/wysiwygdocbook1.02/driver.css" type="text/css"?>
+
+
+
+
+
+<section>
+  
+  <title>UID Range Change</title>
+  <indexterm>
+    <primary>UID</primary>
+  </indexterm>
+  <indexterm>
+    <primary>GID</primary>
+  </indexterm>
+  <indexterm>
+    <primary>User accounts</primary>
+  </indexterm>
+  <indexterm>
+    <primary>Accounts</primary>
+    <secondary>User</secondary>
+  </indexterm>
+  <indexterm>
+    <primary>login.defs</primary>
+  </indexterm>
+
+  <para>
+    <warning>
+      <title>New UID and GID ranges</title>
+      <para>
+	UID and GID values for user accounts now start at 1000 instead
+	of 500 as in previous versions.
+      </para>
+    </warning>
+
+    Fedora 16 changes the UID and GID allocation policy: user
+    accounts now start from value 1000 instead of the previous value
+    500. This policy is now globally set in
+    <filename>/etc/login.defs</filename> variables GID_MIN and
+    UID_MIN, refer to <filename>login.defs(5)</filename> for more
+    details. Upgrades from earlier Fedora releases will keep their
+    configuration, starting user accounts from 500.
+  </para>
+  <para>
+    If you need to install a new system from scratch, while starting
+    user accounts from 500 (to connect the system to a network with
+    globally-defined UIDs), install using a kickstart script that
+    places <filename>/etc/login.defs</filename> on the file system
+    before package installation starts.
+  </para>
+
+</section>
+
diff --git a/en-US/Boot.xml b/en-US/Boot.xml
index 84f4bf2..debb8ae 100644
--- a/en-US/Boot.xml
+++ b/en-US/Boot.xml
@@ -40,12 +40,12 @@
     <secondary>GPT</secondary>
 </indexterm>
     <para>
-      <important>
+      <note>
 	<title>New Disk Labels</title>
 	<para>
 	  Manually partitioned installations may require additional steps
 	</para>
-      </important>
+      </note>
       Starting in Fedora 16, on non-EFI x86 (32 and 64 bit) systems,
       anaconda will default to creating GPT disklabels (partition
       tables) instead of MSDOS disklabels. On these systems, when
@@ -79,7 +79,7 @@
       The <package>GNU Grand Unified Bootloader (GRUB)</package> receives a major update in Fedora 16. <emphasis>GRUB 2</emphasis> allows better configuration options, better support for non x86 architectures, scripting and localization support. <emphasis>GRUB 2</emphasis> has new configuration formats and files &#8212; please consult the GRUB manual for more information.
     </para>
     <para>
-      <warning>
+      <important>
 	<title>GRUB user required</title>
 	<para>
 	  Anaconda allows for setting a GRUB password during
@@ -87,7 +87,7 @@
 	  requested.  With GRUB 2, the user is also prompted for a
 	  user name.  The user <command>root</command> may be used.
 	</para>
-      </warning>
+      </important>
     </para>
   </section>
   <section>
diff --git a/en-US/Release_Notes.xml b/en-US/Release_Notes.xml
index fc8094a..a27412a 100644
--- a/en-US/Release_Notes.xml
+++ b/en-US/Release_Notes.xml
@@ -33,6 +33,9 @@
     <xi:include href="Boot.xml"
                 xmlns:xi="http://www.w3.org/2001/XInclude">
     </xi:include>
+    <xi:include href="Accounts.xml"
+                xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
     <xi:include href="Virtualization.xml"
                 xmlns:xi="http://www.w3.org/2001/XInclude">
     </xi:include>
diff --git a/en-US/Revision_History.xml b/en-US/Revision_History.xml
index ba69b1b..f264889 100644
--- a/en-US/Revision_History.xml
+++ b/en-US/Revision_History.xml
@@ -24,6 +24,7 @@
 	    servers - BZ#743618</member>
 	    <member>Warning about GRUB user - BZ#737187</member>
 	    <member>Include mention of D2 - BZ#743960</member>
+	    <member>Warning about UID/GID change - BZ#739661</member>
 	  </simplelist>
 	</revdescription>
       </revision>


More information about the docs-commits mailing list