From a747533f580d1fc5a2d444917834671e16075589 Mon Sep 17 00:00:00 2001 From: John J. McDonough Date: Oct 11 2011 17:13:01 +0000 Subject: Warning about UID/GID change - BZ#739661 --- 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 @@ + + + + + + + + +
+ + UID Range Change + + UID + + + GID + + + User accounts + + + Accounts + User + + + login.defs + + + + + New UID and GID ranges + + UID and GID values for user accounts now start at 1000 instead + of 500 as in previous versions. + + + + 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 + /etc/login.defs variables GID_MIN and + UID_MIN, refer to login.defs(5) for more + details. Upgrades from earlier Fedora releases will keep their + configuration, starting user accounts from 500. + + + 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 /etc/login.defs on the file system + before package installation starts. + + +
+ 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 @@ GPT - + New Disk Labels Manually partitioned installations may require additional steps - + 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 GNU Grand Unified Bootloader (GRUB) receives a major update in Fedora 16. GRUB 2 allows better configuration options, better support for non x86 architectures, scripting and localization support. GRUB 2 has new configuration formats and files — please consult the GRUB manual for more information. - + GRUB user required 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 root may be used. - +
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 @@ + + 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 Warning about GRUB user - BZ#737187 Include mention of D2 - BZ#743960 + Warning about UID/GID change - BZ#739661