Remote permissions for NFS backup
    Conor P. Cahill 
    cpcahil at virtech.uucp
       
    Tue Feb 26 14:10:20 AEST 1991
    
    
  
swetik at eecs.wsu.edu (Paul Swetik) writes:
>Having recently installed ISC (via Dell) NFS, I have not been able
>to backup files cleanly across the net. Is there a clean way to
>gain read permission for root on a client machine to backup NFS
The problem is that root user's are mapped to "nobody" when they
try to access files/directories on an NFS mounted partition.  The
fix is to set the value of nobody to zero (the value of the root id)
and voila you get full root privileges.  It should be noted that there
are security reasons that root access is mapped to nobody, so changing
this value may effect the security of your system.
A while back I posted source to "kernmod" which allows you to change
the "nobody" id in the kernel to be zero, so root users accessing
exported file systems get root privileges.   If you don't have 
it, let me know & I will send it to you.
-- 
Conor P. Cahill            (703)430-9247        Virtual Technologies, Inc.
uunet!virtech!cpcahil                           46030 Manekin Plaza, Suite 160
                                                Sterling, VA 22170 
    
    
More information about the Comp.unix.sysv386
mailing list