Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!boingo.med.jhu.edu!haven!adm!news From: drl@vuse.vanderbilt.edu Newsgroups: comp.unix.internals Subject: a second "unspoofable" uid with NFS Message-ID: <25758@adm.brl.mil> Date: 29 Jan 91 20:25:58 GMT Sender: news@adm.brl.mil Lines: 14 Because the root userid is so powerful, the default behavior of NFS is to change all references from root on a client computer to be from the nobody user instead. You can bypass this security but this is the default. Unfortunately, since this is the only "unspoofable" user id, many files end up owned by root (to prevent NFS tampering) that would not need to be owned by root in a not-NFS environment. Is it possible to configure NFS to support a second userid switch so that the files that don't need to be owned by root can be owned by this second special ID? Is this a reasonable thing to want to do? David