home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / admin / 4608 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!LRZnews!k2
  3. From: k2@bl.physik.tu-muenchen.de (Klaus Steinberger)
  4. Subject: Re: Does yp use a user named `+' with no password?
  5. Message-ID: <k2.714296613@woodstock>
  6. Sender: news@news.lrz-muenchen.de (Mr. News)
  7. Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
  8. References: <DAVE.92Aug20141601@pipi.iis.u-tokyo.ac.jp>
  9. Distribution: comp
  10. Date: Thu, 20 Aug 1992 07:43:33 GMT
  11. Lines: 26
  12.  
  13. dave@pipi.iis.u-tokyo.ac.jp (David Wuertele) writes:
  14.  
  15. >I found the user `+' in my /etc/passwd file and it had no password.  I
  16. >inserted a `*' for the password, and within an hour somebody complained
  17. >that they couldn't log into my computer using yp anymore.  I didn't see
  18. >any reference to this in the man pages.  What's up?
  19.  
  20. The '+' pulls in the passwd file from YP. The fields are all filled in
  21. by YP, but with precedence for the local file. As an example, you could do
  22. the following:
  23.  
  24. +::::::/bin/someshell
  25.  
  26. So all user which are served by YP would get /bin/someshell on your system
  27. instead of their normal default shell.
  28.  
  29. What you have done, was to disable all of them with the '*' in their 
  30. password fields.
  31.  
  32. Sincerely,
  33. Klaus Steinberger
  34. --
  35. Klaus Steinberger               Beschleunigerlabor der TU und LMU Muenchen
  36. Phone: (+49 89)3209 4287        Hochschulgelaende
  37. FAX:   (+49 89)3209 4280        D-8046 Garching, Germany
  38. Internet: Klaus.Steinberger@Physik.Uni-Muenchen.DE
  39.