From 7ce94164c76c8f303754c6388cffaf6a9f133f4c Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Mon, 25 Feb 2008 21:17:18 +0000 Subject: [PATCH] * 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. --- ChangeLog | 13 +++++++++++++ man/groupadd.8.xml | 2 ++ man/login.defs.5.xml | 17 +++++++++++++---- man/login.defs.d/GID_MAX.xml | 5 +++-- man/login.defs.d/SYS_GID_MAX.xml | 11 +++++++++++ man/login.defs.d/SYS_UID_MAX.xml | 10 ++++++++++ man/login.defs.d/UID_MAX.xml | 4 ++-- man/newusers.8.xml | 10 +++++++++- 8 files changed, 63 insertions(+), 9 deletions(-) create mode 100644 man/login.defs.d/SYS_GID_MAX.xml create mode 100644 man/login.defs.d/SYS_UID_MAX.xml diff --git a/ChangeLog b/ChangeLog index ddf1b309..2c0bb068 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-02-25 Nicolas François + + * 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 * lib/getdef.c: Added missing SYS_GID_MAX, SYS_GID_MIN, diff --git a/man/groupadd.8.xml b/man/groupadd.8.xml index bca848fc..cc295838 100644 --- a/man/groupadd.8.xml +++ b/man/groupadd.8.xml @@ -3,6 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + ]> @@ -138,6 +139,7 @@ &GID_MAX; &MAX_MEMBERS_PER_GROUP; + &SYS_GID_MAX; diff --git a/man/login.defs.5.xml b/man/login.defs.5.xml index 4c5c2748..6359cb2d 100644 --- a/man/login.defs.5.xml +++ b/man/login.defs.5.xml @@ -157,6 +157,8 @@ &SULOG_FILE; &SU_NAME; &SU_WHEEL_ONLY; + &SYS_GID_MAX; + &SYS_UID_MAX; &SYSLOG_SG_ENAB; &SYSLOG_SU_ENAB; &TTYGROUP; @@ -228,7 +230,10 @@ groupadd - GID_MAX GID_MIN MAX_MEMBERS_PER_GROUP + + GID_MAX GID_MIN MAX_MEMBERS_PER_GROUP + SYS_GID_MAX SYS_GID_MIN + @@ -311,9 +316,13 @@ newusers - 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 @@ -377,7 +386,7 @@ 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 diff --git a/man/login.defs.d/GID_MAX.xml b/man/login.defs.d/GID_MAX.xml index d6d9a8cb..b5a4bf23 100644 --- a/man/login.defs.d/GID_MAX.xml +++ b/man/login.defs.d/GID_MAX.xml @@ -3,8 +3,9 @@ (number) - Range of group IDs to choose from for the useradd - and groupadd programs. + Range of group IDs used for the creation of regular groups by + useradd, useradd, or + newusers. diff --git a/man/login.defs.d/SYS_GID_MAX.xml b/man/login.defs.d/SYS_GID_MAX.xml new file mode 100644 index 00000000..f5f03477 --- /dev/null +++ b/man/login.defs.d/SYS_GID_MAX.xml @@ -0,0 +1,11 @@ + + (number) + (number) + + + Range of group IDs used for the creation of system groups by + useradd, groupadd, or + newusers. + + + diff --git a/man/login.defs.d/SYS_UID_MAX.xml b/man/login.defs.d/SYS_UID_MAX.xml new file mode 100644 index 00000000..57342593 --- /dev/null +++ b/man/login.defs.d/SYS_UID_MAX.xml @@ -0,0 +1,10 @@ + + (number) + (number) + + + Range of user IDs used for the creation of system users by + useradd or newusers. + + + diff --git a/man/login.defs.d/UID_MAX.xml b/man/login.defs.d/UID_MAX.xml index b0c76a23..2be18eb8 100644 --- a/man/login.defs.d/UID_MAX.xml +++ b/man/login.defs.d/UID_MAX.xml @@ -3,8 +3,8 @@ (number) - Range of user IDs to choose from for the useradd - program. + Range of user IDs used for the creation of regular users by + useradd or newusers. diff --git a/man/newusers.8.xml b/man/newusers.8.xml index e609e443..afc608ea 100644 --- a/man/newusers.8.xml +++ b/man/newusers.8.xml @@ -2,12 +2,16 @@ + + + + ]> @@ -113,12 +117,16 @@ &ENCRYPT_METHOD; + &GID_MAX; &MAX_MEMBERS_PER_GROUP; &MD5_CRYPT_ENAB; &PASS_MAX_DAYS; &PASS_MIN_DAYS; &PASS_WARN_AGE; - &SHA_CRYPT_MIN_ROUNDS; + &SHA_CRYPT_MIN_ROUNDS; + &SYS_GID_MAX; + &SYS_UID_MAX; + &UID_MAX; &UMASK; -- 2.40.0