* debian/login.defs: Update GID_MIN to 1000. This is more consistent with

UID_MIN, SYS_GID_MAX and the usage of the same ID for UID and GIDs. This
    should also be more consistent with the assignment of system group IDs
    starting from GID_MAX and going down.
This commit is contained in:
nekral-guest
2009-04-14 21:38:52 +00:00
parent 7b6b6a081f
commit ae2a17ec1c
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -71,8 +71,12 @@ shadow (1:4.1.3-1) unstable; urgency=low
users). Closes: #487105
* debian/patches/200_bin_nb: Updated Norwegian Bokmål translation.
Closes: #523798
* debian/login.defs: Update GID_MIN to 1000. This is more consistent with
UID_MIN, SYS_GID_MAX and the usage of the same ID for UID and GIDs. This
should also be more consistent with the assignment of system group IDs
starting from GID_MAX and going down.
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Sat, 14 Mar 2009 18:44:29 +0100
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Tue, 14 Apr 2009 23:33:22 +0200
shadow (1:4.1.1-4) unstable; urgency=low
+1 -1
View File
@@ -183,7 +183,7 @@ UID_MAX 60000
#
# Min/max values for automatic gid selection in groupadd
#
GID_MIN 100
GID_MIN 1000
GID_MAX 60000
# System accounts
#SYS_GID_MIN 100