home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / nfs / 2756 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  975 b 

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.protocols.nfs
  4. Subject: Re: wierd uid src code in pcnfsd v2
  5. Message-ID: <15453@auspex-gw.auspex.com>
  6. Date: 12 Nov 92 06:46:06 GMT
  7. References: <1992Nov10.160421.13438@awdprime.austin.ibm.com> <1dr2v1INNh8h@seven-up.East.Sun.COM>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 13
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >#on aix for example, uid's are LONG, so they can go up to 4gazillion
  14. >#or whatever.  what's the deal?
  15.  
  16. ...
  17.  
  18. >Now, on Solaris 1 and Solaris 2, UID_MAX is explicitly
  19. >defined as 60002.
  20.  
  21. Note, though, that UID's are 32 bits in SVR4 32-bit systems (including
  22. Solaris 2.x), although that's Phase 1 of Lumpy Gravy^H^H^H^H^H^H^H the
  23. big Ex{pand,tend}ed Fundamental Types conversion, so the OS is supposed
  24. to limit UID (and GID) values to those values that fit in the old 16-bit
  25. fields.  Future SV releases will, presumably, lift that limitation.
  26.