home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / network / nis.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  1.5 KB  |  28 lines

  1. NIS Explained
  2. by Virtual Circuit and Psychotic
  3.  
  4. NIS or Network Information Systems is a concept of unix that users need to
  5. learn. NIS used to be called the "Yellow Pages" until somebody pointed out
  6. that it was the trademark of the phone company.
  7.  
  8. When a company has to many workstations the best way to set them up is to
  9. have them connect and share files by means of NFS. Then you should give
  10. access to the machines to your users so that they will have one large
  11. system. Keeping all the workstations' administrative information organized
  12. is a small problem.  A password file was given to each individual system in
  13. order to list the users and a set of mount points or directories. In 50
  14. workstations, when the system added a new users those user had to be added
  15. to 50 seperate password files, etc.  The only way to ease this problem was
  16. to use NIS. It puts nearly all of the administrative information in one
  17. place that is roganized by NIS.  It makes all the availlable workstation
  18. accessable by each of the new users. This works out very well.  After the
  19. administrator updates the master files the database can get clumsy and out
  20. of sync. This is usually caused by the admin regenerating the NIS database
  21. and accidently making a mistake.The design of NIS makes it possible to
  22. create security holes. The computers are accesible to only a small group of
  23. users but it makes it easy for one of the million internet hackers to break
  24. in.
  25.  
  26. You work from here. I'll update this text later with more info on this
  27. system setup.
  28.