home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / ultrix / 5825 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.5 KB  |  35 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!noc.near.net!wpi.WPI.EDU!nntp!aej
  3. From: aej@manyjars.WPI.EDU (Allan E Johannesen)
  4. Subject: Re: BIND/hesiod for SunOS?
  5. In-Reply-To: ccbjs@levels.unisa.edu.au's message of 22 Jul 92 11:43:19 GMT
  6. Message-ID: <AEJ.92Jul22093345@manyjars.WPI.EDU>
  7. Sender: news@wpi.WPI.EDU (USENET News System)
  8. Nntp-Posting-Host: manyjars.wpi.edu
  9. Organization: Worcester Polytechnic Institute, Worcester, MA 01609-2280
  10. References: <18048.2a6dcf6f@levels.unisa.edu.au>
  11. Date: Wed, 22 Jul 1992 14:33:45 GMT
  12. Lines: 21
  13.  
  14. >>>>> On 22 Jul 92 11:43:19 GMT, ccbjs@levels.unisa.edu.au said:
  15.  
  16. ccbjs> (In case it doesn't show, I probably don't understand the
  17. ccbjs> implications of what I am asking for. eg Am I going to have to
  18. ccbjs> replace Sun's passwd(1)?)
  19.  
  20. Yup.  Actually, you're going to have to replace everything.  e.g. When
  21. 'ls -l' shows a username, it's looked the UID of the owner of the file
  22. up by getpwuid().  i.e. all the basic 'look up something for me in the
  23. passwd file' routines have to be replaced, and then everything that
  24. calls it has to be relinked (which means you need the .o files or the
  25. .c files from which the tools came, too).  That's a heck of a list of
  26. programs.
  27.  
  28. passwd(1) is another problem, too.  Most of the above (chown, chgrp,
  29. ls, ps, heck, even awk, lpr, lpq, on and on and on) could work if
  30. simply relinked, but passwd needs intimate understanding of how to
  31. communicate with hesupd as well.
  32.  
  33. DEC would be _REAL SMART_ to market a Sun suite of binary code to fit
  34. into their realm, since the DEC bind/hesupd stuff is pretty cute.
  35.