home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / admin / 6894 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.2 KB  |  28 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!umn.edu!csus.edu!netcom.com!dsra
  3. From: dsra@netcom.com (DRSA)
  4. Subject: yppasswdd daemon - Why can't I change my password?
  5. Message-ID: <1993Jan5.015559.3324@netcom.com>
  6. Summary: Enabling users to change passwords under SUNOS 4.1.2
  7. Keywords: password passwd SUNOS daemon
  8. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  9. Date: Tue, 5 Jan 1993 01:55:59 GMT
  10. Lines: 16
  11.  
  12. I just ran into an interesting problem the other day.
  13. After upgrading to SUN OS 4.1.2 on a SparcStation, my users were not
  14. able to change their passwords, and root was not able to change their
  15. passwords either.  It reported "no such user".  This problem will occur
  16. if you are using NIS (or YP).  The solution is that you need to start
  17. a yp password daemon in your rc.local file on the NIS server.  This is
  18. detailed in the man page on yppasswdd, near the bottom.
  19.  
  20. EXAMPLE
  21.      If the NIS password file is stored as  /var/yp/passwd,  then
  22.      to  have password changes propagated immediately, the server
  23.      should be invoked as
  24.  
  25.                /usr/etc/rpc.yppasswdd  /var/yp/passwd  -m  passwd
  26.  
  27. Just thought some people might like to know this.
  28.