home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / hp / 15275 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.9 KB  |  49 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!mcsun!sun4nl!ruuinf!edwin
  3. From: edwin@cs.ruu.nl (Edwin Kremer)
  4. Subject: Re: HP-UX 8.0 - /etc/exports & netgroups and NFS in general
  5. Sender: network-news@cs.ruu.nl
  6. Message-ID: <1993Jan25.132516.14978@cs.ruu.nl>
  7. Date: Mon, 25 Jan 1993 13:25:16 GMT
  8. References: <C1Dt2q.5t9@lysator.liu.se>
  9. Organization: Utrecht University, Dept. of Computer Science
  10. Lines: 37
  11.  
  12. In <C1Dt2q.5t9@lysator.liu.se> pen@lysator.liu.se (Peter Eriksson) writes:
  13.  
  14.    | Another problem we've just ran into is that we seem to be unable to
  15.    | mount files from the HP9K3?? on our SparcStation 1+ that runs
  16.    | Solaris 2.1. We just seem to get an error complaining about
  17.    | 
  18.    |   "..RPC: Authentication error; why = Invalid client credential"
  19.  
  20. Oh yes... it's a bug... ah well, maybe it isn't, because it's
  21. documented :-)  To put it mildly, it's a feature none of us likes...
  22.  
  23. It's not HP specific, although it occurs on the extremely out-of-date
  24. version of NFS that HP supports upto 8.0x (I'm told 9.0x will be based on
  25. Sun NFSSRC4.0/4.1).
  26.  
  27. It has to do with users belonging to more than 8 groups. If `root' on the
  28. client belongs to more than 8 groups, the mount request will fail. If some
  29. other user does, NFS operations for that user will fail.
  30.  
  31. The old version rejects the credential, the newer behaviour is to truncate
  32. the group list to the max. number of groups the server will support.
  33.  
  34. Check out /usr/include/rpc/auth_unix.h on your system(s); on my 8.05
  35. system: (funny, notice the `10' and the `8' below ?!?!?!?)
  36.  
  37. /* gids compose part of a credential; there may not be more than 10 of them */
  38. #define NGRPS 8
  39.  
  40.  
  41.  
  42.  
  43.                         --[ Edwin ]--
  44. -- 
  45. Edwin H. Kremer, systems- and network manager.    [NIC-Whois handle: EHK3]
  46.   Department of Computer Science,    Utrecht University,   The Netherlands
  47.   Internet: Edwin.Kremer@cs.ruu.nl   NeXTmail: Edwin.Kremer@edge.cs.ruu.nl
  48.   X.400   : G=Edwin;S=Kremer;OU=cs;O=ruu;PRMD=surf;ADMD=400net;C=nl
  49.