* user and group default policies
@ 2011-11-09 22:38 Mark Hatle
0 siblings, 0 replies; only message in thread
From: Mark Hatle @ 2011-11-09 22:38 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
With shadow-utils enabled, a default user and group add policy is installed in
/etc/default/adduser. This policy specifies that group "1000" is used when
adding new users, unless you specify a group.
Well, we don't have a user 1000 by default, which results in the warning:
useradd: group '1000' does not exist
useradd: the GROUP= configuration in /etc/default/useradd will be ignored
So my question is -- how should we resolve this. What I see are a couple of
possibilities:
1) We create a default user "group".. We then adjust the /etc/default/useradd
to use that number... (if we don't user 1000 we'd have to change it.)
2) Remove that setting.. I believe this means that useradd will always add a
group for each user added.
3) -- we do something else..
Any comments? I'd like to fix this -- but I'm not sure historically if OE has
had a policy on this, or if we need to create one.. If we create one, it needs
to be reasonable for the majority of the oe-core uses.
--Mark
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-09 22:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 22:38 user and group default policies Mark Hatle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.