Current Shadow version has different default

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8032 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Chris Staub 2009-09-25 06:17:04 +00:00
parent 96a6c32178
commit 014b744341

View File

@ -42,7 +42,7 @@
given low numbers and regular users and groups have numeric values greater
than all the system values. The cutoff for these numbers is found in two
parameters in the <filename>/etc/login.defs</filename> configuration file.
The default UID_MIN value is 1000 and the default GID_MIN value is 100. If a
The default UID_MIN value is 1000 and the default GID_MIN value is 1000. If a
specific uid or gid value is not specified when creating a user with
<command>useradd</command> or a group with <command>groupadd</command> the values
assigned will always be above these cutoff values.</para>