blob: 764f57e82506f829fd0dc07f85be3bbdd7e730de (
plain)
1
2
3
4
5
6
7
|
# Ensure that existing IDs are not reused by default. I.e. the existing
# ID 111 from g1 will cause u1 to get a new and different ID (999 on most
# systems).
#
#Type Name ID GECOS HOMEDIR
g g1 111 - -
u u1 111 - -
|