Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Adding a users group to /etc/group (Was: CVS commit: basesrc)



On Sat, 29 Apr 2000, Bernd Ernesti wrote:

> >     basesrc/etc: group
> > useradd defaults to using the 'users' group, so add one.
> 
> Arg, you now hardcoded the group to a fixed number.
> 
> Let the admin who use that script decide which number he wants to
> use.
> 
> Please back that out.

        Without a users group the default useradd will fail. Having
        'useradd bob' fail with 'useradd: group users not found' is
        pretty lame.

        Another option would be to change the default group for useradd
        to something else, but that seems even less attractive.

        An admin can just as easily change the gid of a group as add a
        new one to /etc/group, and 100 is a common enough gid.

                David/absolute






Home | Main Index | Thread Index | Old Index