home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.20 / text0065.txt < prev    next >
Encoding:
Internet Message Format  |  1990-08-02  |  964 b 

  1. From: seanf@sco.COM (Sean Fagan)
  2.  
  3. In article <743@longway.TIC.COM> mbrown@osf.org (Mark Brown) writes:
  4. >In 1003.1, "User ID" is defined as a positive integer (so is GID)...
  5. >Also, uid_t is defined as an arithmetic type (same for gid_t).
  6. >How does one handle (or can one handle) certain networking conventions that
  7. >use a "dummy" user ("nobody") and require a user id of -2 ?
  8. >Do these conflict as they seem, or am I missing something (always possible..)
  9.  
  10. Certain networking conventions are broken.
  11.  
  12. uid_t and gid_t have usually (always?) been considered unsigned shorts.
  13. Most architectures let them get away with it, barely.  It is not a good
  14. idea, though.
  15.  
  16. ---
  17. -----------------+
  18. Sean Eric Fagan  | "Just think, IBM and DEC in the same room, 
  19. seanf@sco.COM    |      and we did it."
  20. uunet!sco!seanf  |         -- Ken Thompson, quoted by Dennis Ritchie
  21. (408) 458-1422   | Any opinions expressed are my own, not my employers'.
  22.  
  23. Volume-Number: Volume 20, Number 64
  24.  
  25.