THE SUBJECT:
>On Jan 31,  9:55am, armand soerjoesing wrote:
> Subject: Exports file
> Dear List-members,
> I've an exports-file where I use NIS-netgroups to give access to a filesystem,
> 	-access=3DGROUP1:GROUP2
> I tried to do the same with root-access,
>  	-root=3DGROUP1:GROUP2
> but this doesn't work and that's how it should be ,according to the man-pages.
> The problem is, I've a very long list of trusted-clients, so :
> Is there a way to give most clients root-access, without mentioning them
> all separately???
> Regards,
> Armand
COMMENT:
Many thanks for your reply :
Fabio Bossi <fabio.bossi_at_jrc.it>
Rainer Landes <rlandes_at_fphws01.physik.uni-karlsruhe.de>
Cliff Krieger <ckrieger_at_latrade.com>
Hellebo Knut <Knut.Hellebo_at_nho.hydro.com>
Kurt Knochner <Kurt.Knochner_at_Physik.TU-Muenchen.DE>
Peter Stern <peter_at_wiscpa.weizmann.ac.il>
CONCLUSION : not possible, however, Peter mentioned a possibility which comes very close and which I might use :
             /filesystem -root=0 GROUP1:GROUP2   : this works with some restrictions (see THE REPLIES)
THE REPLIES:
> From: Fabio Bossi -  ISIS CEC Ispra <fabio.bossi_at_jrc.it>
  do not ask me why but I had the same problem. Change ":" with " ", i.e.
  -access=GROUP1 GROUP2 & and I hope it will work. Regards, fb
> From: "Rainer Landes" <rlandes_at_fphws01.physik.uni-karlsruhe.de>
  This is only a "me too"...
> From: Cliff Krieger <ckrieger_at_latrade.com>
I asked this question a while ago.  The answer that I got was that you
can not use netgroups for the root permissions.  Only one person said
> From: Hellebo Knut <Knut.Hellebo_at_nho.hydro.com>
  Exporting root access filesystems require specifically named hosts. This =
  is valid for all architectures i know.
> From: Kurt Knochner <Kurt.Knochner_at_Physik.TU-Muenchen.DE>
  
  Nope. In the root access list are no NIS netgroups allowed. Only hostnames
> From: Peter Stern <peter_at_wiscpa.weizmann.ac.il>
  
  Yes, according to the man pages the first format supportas netgroups, BUT
  -root=hostlist supports ONLY host names or IP addresses in the client
  specification.
  You can do:
  /file_system -root=0 GROUP1:GROUP2
  The problem arises if you want to allow OTHER hosts to also mount, but
  with different privileges.  Then you have to do something like:
  /file_system -root=host1:host2:[host3]...,access=...
  or
  /file_system -r=0 -rw=host1:host2:[host3]...
----------------------------------------------------------------------------------------------------------------------------
______________________________________________________________________________
Armand Soerjoesing (System Manager)               Alcatel Telecom Nederland bv
E-mail  : soerjoes_at_ats.nld.alcatel.nl             Burg. Elsenlaan 170
Phone:  : 31-70-3079493                           2288 BH Rijswijk
Fax     : 31-70-3079262                           The Netherlands
______________________________________________________________________________
Received on Wed Feb 05 1997 - 09:54:32 NZDT