|
Bugzilla – Full Text Bug Listing |
| Summary: | /etc/login.defs GID_MIN is not used by useradd | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Morten Bjoernsvik <morten.bjornsvik> |
| Component: | Basesystem | Assignee: | Thorsten Kukuk <kukuk> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Stable Snapshot 2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Corporate Interoperability Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Morten Bjoernsvik
2006-02-24 09:25:49 UTC
> The redhat-way is better a separate group for each user
The standard for SUSE always was to have _one_ user-group. IMO creating one group for each user makes no sense, however this is a matter of opionion. We should not change that.
The variables
SYSTEM_GID_MIN 100
UID_MIN 1000
are used correctly for your example:
scpdev:~ # id mbj
uid=1001(mbj) gid=100(users) groups=100(users),16(dialout),33(video)
UID is 1001 >= 1000 and GID is 100 >= 100
So I fail to see the problem at the moment.
Hi So it means that users are qualified as a system group. I failed to see that. I was used to the redhat way. Sorry for bugging you Thorsten: Please decide this. There is nothing to decide, your comment #1 is correct. |