HomeFreeBSD

Fix the default uid/gid values in nfsuserd.c

Description

Fix the default uid/gid values in nfsuserd.c

This patch sets the default uid/gid values for "nobody" and "nogroup"
to the values in the password and group databases. Normally nfsuserd(8)
will override these with whatever is in the password/group databases,
so these values are only used when the databases entries aren't available.
It would be nice to use the definitions in sys/conf.h, but those are
in the _KERNEL section of the file.

Reported by: tez@pkgsrc.org
Submitted by: tez@pkgsrc.org
MFC after: 2 weeks

Details

Provenance
rmacklemAuthored on
Parents
rS317349: msun: Remove trailing space in Sunsoft copyright statement.
Branches
Unknown
Tags
Unknown