]> granicus.if.org Git - shadow/commitdiff
* man/login.defs.d/SYS_UID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml:
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 25 Feb 2008 21:17:18 +0000 (21:17 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 25 Feb 2008 21:17:18 +0000 (21:17 +0000)
  Document new variables.
* man/newusers.8.xml, man/login.defs.5.xml,
  man/login.defs.d/GID_MAX.xml, man/login.defs.d/UID_MAX.xml:
  newusers uses now the GID_MAX, GID_MIN, UID_MAX, UID_MIN,
  SYS_GID_MAX, SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
* man/groupadd.8.xml, man/login.defs.5.xml: groupadd uses now the
  SYS_GID_MAX, and SYS_GID_MIN variables.
* man/login.defs.5.xml: useradd uses now the SYS_GID_MAX,
  SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.

ChangeLog
man/groupadd.8.xml
man/login.defs.5.xml
man/login.defs.d/GID_MAX.xml
man/login.defs.d/SYS_GID_MAX.xml [new file with mode: 0644]
man/login.defs.d/SYS_UID_MAX.xml [new file with mode: 0644]
man/login.defs.d/UID_MAX.xml
man/newusers.8.xml

index ddf1b309d450028da6fce5115c691c73459f4bbb..2c0bb0689f28797326fe97fa4671b3c03c645b8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-02-25  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/login.defs.d/SYS_UID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml:
+       Document new variables.
+       * man/newusers.8.xml, man/login.defs.5.xml,
+       man/login.defs.d/GID_MAX.xml, man/login.defs.d/UID_MAX.xml:
+       newusers uses now the GID_MAX, GID_MIN, UID_MAX, UID_MIN,
+       SYS_GID_MAX, SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
+       * man/groupadd.8.xml, man/login.defs.5.xml: groupadd uses now the
+       SYS_GID_MAX, and SYS_GID_MIN variables.
+       * man/login.defs.5.xml: useradd uses now the SYS_GID_MAX,
+       SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN variables.
+
 2008-02-25  Nicolas François  <nicolas.francois@centraliens.net>
 
        * lib/getdef.c: Added missing SYS_GID_MAX, SYS_GID_MIN,
index bca848fcbd9723ac058a6c30a3644faf03321339..cc2958387f2c8c0ead45a925dd71e43e1a773288 100644 (file)
@@ -3,6 +3,7 @@
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 <!ENTITY GID_MAX               SYSTEM "login.defs.d/GID_MAX.xml">
 <!ENTITY MAX_MEMBERS_PER_GROUP SYSTEM "login.defs.d/MAX_MEMBERS_PER_GROUP.xml">
+<!ENTITY SYS_GID_MAX           SYSTEM "login.defs.d/SYS_GID_MAX.xml">
 ]>
 <refentry id='groupadd.8'>
   <!-- $Id$ -->
     <variablelist>
       &GID_MAX; <!-- documents also GID_MIN -->
       &MAX_MEMBERS_PER_GROUP;
+      &SYS_GID_MAX; <!-- documents also SYS_GID_MIN -->
     </variablelist>
   </refsect1>
 
index 4c5c27484fa84e03b890adf805988717db1548e5..6359cb2d79be47397946353c83307b7b4a2945a9 100644 (file)
       &SULOG_FILE;
       &SU_NAME;
       &SU_WHEEL_ONLY;
+      &SYS_GID_MAX; <!-- documents also SYS_GID_MIN -->
+      &SYS_UID_MAX; <!-- documents also SYS_UID_MIN -->
       &SYSLOG_SG_ENAB;
       &SYSLOG_SU_ENAB;
       &TTYGROUP;
       <varlistentry>
        <term>groupadd</term>
        <listitem>
-         <para>GID_MAX GID_MIN MAX_MEMBERS_PER_GROUP</para>
+         <para>
+           GID_MAX GID_MIN MAX_MEMBERS_PER_GROUP
+           SYS_GID_MAX SYS_GID_MIN
+         </para>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term>newusers</term>
        <listitem>
          <para>
-           ENCRYPT_METHOD MAX_MEMBERS_PER_GROUP MD5_CRYPT_ENAB
+           ENCRYPT_METHOD
+           GID_MAX GID_MIN
+           MAX_MEMBERS_PER_GROUP MD5_CRYPT_ENAB
            PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE SHA_CRYPT_MAX_ROUNDS
-           SHA_CRYPT_MIN_ROUNDS UMASK
+           SHA_CRYPT_MIN_ROUNDS
+           SYS_GID_MAX SYS_GID_MIN SYS_UID_MAX SYS_UID_MIN UID_MAX UID_MIN
+           UMASK
          </para>
        </listitem>
       </varlistentry>
            GID_MAX GID_MIN
            MAIL_DIR MAX_MEMBERS_PER_GROUP
            PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE
-           UID_MAX UID_MIN
+           SYS_GID_MAX SYS_GID_MIN SYS_UID_MAX SYS_UID_MIN UID_MAX UID_MIN
            UMASK
          </para>
        </listitem>
index d6d9a8cb0ecb37728d76028b2fabb50bad8eab01..b5a4bf235d593313b0fb856607caf0055a0c4d7b 100644 (file)
@@ -3,8 +3,9 @@
   <term><option>GID_MIN</option> (number)</term>
   <listitem>
     <para>
-      Range of group IDs to choose from for the <command>useradd</command>
-      and <command>groupadd</command> programs.
+      Range of group IDs used for the creation of regular groups by
+      <command>useradd</command>, <command>useradd</command>, or
+      <command>newusers</command>.
     </para>
   </listitem>
 </varlistentry>
diff --git a/man/login.defs.d/SYS_GID_MAX.xml b/man/login.defs.d/SYS_GID_MAX.xml
new file mode 100644 (file)
index 0000000..f5f0347
--- /dev/null
@@ -0,0 +1,11 @@
+<varlistentry>
+  <term><option>SYS_GID_MAX</option> (number)</term>
+  <term><option>SYS_GID_MIN</option> (number)</term>
+  <listitem>
+    <para>
+      Range of group IDs used for the creation of system groups by
+      <command>useradd</command>, <command>groupadd</command>, or
+      <command>newusers</command>.
+    </para>
+  </listitem>
+</varlistentry>
diff --git a/man/login.defs.d/SYS_UID_MAX.xml b/man/login.defs.d/SYS_UID_MAX.xml
new file mode 100644 (file)
index 0000000..5734259
--- /dev/null
@@ -0,0 +1,10 @@
+<varlistentry>
+  <term><option>SYS_UID_MAX</option> (number)</term>
+  <term><option>SYS_UID_MIN</option> (number)</term>
+  <listitem>
+    <para>
+      Range of user IDs used for the creation of system users by
+      <command>useradd</command> or <command>newusers</command>.
+    </para>
+  </listitem>
+</varlistentry>
index b0c76a234d9ee5889b05676f32d1d4e8d169917b..2be18eb8c74527ebd10cef6e0cb06f904d74c205 100644 (file)
@@ -3,8 +3,8 @@
   <term><option>UID_MIN</option> (number)</term>
   <listitem>
     <para>
-      Range of user IDs to choose from for the <command>useradd</command>
-      program.
+      Range of user IDs used for the creation of regular users by
+      <command>useradd</command> or <command>newusers</command>.
     </para>
   </listitem>
 </varlistentry>
index e609e44325da7feabd3a33ad59401750684b80a0..afc608ead2e2a3f2057e7e35cd277f2324a48e5d 100644 (file)
@@ -2,12 +2,16 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 <!ENTITY ENCRYPT_METHOD        SYSTEM "login.defs.d/ENCRYPT_METHOD.xml">
+<!ENTITY GID_MAX               SYSTEM "login.defs.d/GID_MAX.xml">
 <!ENTITY MAX_MEMBERS_PER_GROUP SYSTEM "login.defs.d/MAX_MEMBERS_PER_GROUP.xml">
 <!ENTITY MD5_CRYPT_ENAB        SYSTEM "login.defs.d/MD5_CRYPT_ENAB.xml">
 <!ENTITY PASS_MAX_DAYS         SYSTEM "login.defs.d/PASS_MAX_DAYS.xml">
 <!ENTITY PASS_MIN_DAYS         SYSTEM "login.defs.d/PASS_MIN_DAYS.xml">
 <!ENTITY PASS_WARN_AGE         SYSTEM "login.defs.d/PASS_WARN_AGE.xml">
 <!ENTITY SHA_CRYPT_MIN_ROUNDS  SYSTEM "login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml">
+<!ENTITY SYS_GID_MAX           SYSTEM "login.defs.d/SYS_GID_MAX.xml">
+<!ENTITY SYS_UID_MAX           SYSTEM "login.defs.d/SYS_UID_MAX.xml">
+<!ENTITY UID_MAX               SYSTEM "login.defs.d/UID_MAX.xml">
 <!ENTITY UMASK                 SYSTEM "login.defs.d/UMASK.xml">
 ]>
 
     </para>
     <variablelist>
       &ENCRYPT_METHOD;
+      &GID_MAX; <!-- documents also GID_MIN -->
       &MAX_MEMBERS_PER_GROUP;
       &MD5_CRYPT_ENAB;
       &PASS_MAX_DAYS;
       &PASS_MIN_DAYS;
       &PASS_WARN_AGE;
-      &SHA_CRYPT_MIN_ROUNDS; <!--This also document SHA_CRYPT_MAX_ROUNDS-->
+      &SHA_CRYPT_MIN_ROUNDS; <!-- documents also SHA_CRYPT_MAX_ROUNDS-->
+      &SYS_GID_MAX; <!-- documents also SYS_GID_MIN -->
+      &SYS_UID_MAX; <!-- documents also SYS_UID_MIN -->
+      &UID_MAX; <!-- documents also UID_MIN -->
       &UMASK;
     </variablelist>
   </refsect1>