e6d68f710a
After repeated similar requests to change the ID ranges we set the above mentioned value to 201. The max value will stay at 499. This range should be sufficient and will give us leeway for the future. It's not straightforward to find out which static UIDs/GIDs are used in all packages. Update shadow-login_defs-suse.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=191
14 lines
414 B
Diff
14 lines
414 B
Diff
Index: src/useradd.c
|
|
===================================================================
|
|
--- src/useradd.c.orig
|
|
+++ src/useradd.c
|
|
@@ -87,7 +87,7 @@ const char *Prog;
|
|
/*
|
|
* These defaults are used if there is no defaults file.
|
|
*/
|
|
-static gid_t def_group = 1000;
|
|
+static gid_t def_group = 100;
|
|
static const char *def_groups = "";
|
|
static const char *def_gname = "other";
|
|
static const char *def_home = "/home";
|