Comment 11 for bug 210710

Revision history for this message
PrototypeX29A (preineke) wrote :

users-admin.log is empty.

The values in login.defs are NOT the same (as in the comment of 501421), but indeed funny;

#
# Min/max values for automatic uid selection in useradd
#
UID_MIN 0
UID_MAX 0
# System accounts
#SYS_UID_MIN 100
#SYS_UID_MAX 999

The entries in /etc/adduser.con seem correct:

# FIRST_SYSTEM_[GU]ID to LAST_SYSTEM_[GU]ID inclusive is the range for UIDs
# for dynamically allocated administrative and system accounts/groups.
# Please note that system software, such as the users allocated by the base-passwd
# package, may assume that UIDs less than 100 are unallocated.
FIRST_SYSTEM_UID=100
LAST_SYSTEM_UID=999