home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / admin / 6907 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.5 KB

  1. Path: sparky!uunet!gatech!cae!cae!not-for-mail
  2. From: vincent@cad.gatech.edu (Vincent Fox)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: yppasswdd daemon - Why can't I change my password?
  5. Date: 5 Jan 1993 12:44:49 -0500
  6. Organization: Georgia Institute of Technology, CAE/CAD Lab
  7. Lines: 21
  8. Message-ID: <1ichehINNpir@cae.cad.gatech.edu>
  9. References: <1993Jan5.015559.3324@netcom.com>
  10. NNTP-Posting-Host: cae.cad.gatech.edu
  11. Keywords: password passwd SUNOS daemon
  12.  
  13. In <1993Jan5.015559.3324@netcom.com> dsra@netcom.com (DRSA) writes:
  14.  
  15. >I just ran into an interesting problem the other day.
  16. >After upgrading to SUN OS 4.1.2 on a SparcStation, my users were not
  17. >able to change their passwords, and root was not able to change their
  18. >passwords either.  It reported "no such user".  This problem will occur
  19. >if you are using NIS (or YP).  The solution is that you need to start
  20. >a yp password daemon in your rc.local file on the NIS server.  This is
  21. >detailed in the man page on yppasswdd, near the bottom.
  22.  
  23. Also, yppasswdd was *still* not fixed right on 4.1.2. A number of
  24. bugs in it and the whole C2 package existed. The one that burned me:
  25. If any passwords have the character ":" you get a meaningless error
  26. message and are unable to change the password for those accounts.
  27. You can work around this on the server as root using
  28. passwd -F /var/yp/src/passwd (or wherever you keep it) and doing make.
  29.  
  30. Preferably you can get the Sun patched version of rpc.yppasswdd.
  31. 100564-05 seemed to fix my problems. Should be available at
  32. ftp.uu.net:/systems/sun/sun-dist/100564-05.tar.Z
  33.  
  34.