Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 1996 14:05:17 -0700 (PDT)
From:      Bill Paul <wpaul>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/chpass pw_yp.c
Message-ID:  <199605072105.OAA07263@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       96/05/07 14:05:16

  Modified:    usr.bin/chpass  pw_yp.c
  Log:
  In use_yp(), call _yp_check() to make ultra, super-duper sure that NIS
  is available before trying to go hunting for a domain name. This fixes
  the following problem: you have +::::::::: in /etc/master.passwd but
  NIS isn't running (no ypbind, no domain name set) -- passwd and chpass
  will still try to change an NIS password instead of the local one.
  
  Revision  Changes    Path
  1.5       +3 -2      src/usr.bin/chpass/pw_yp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605072105.OAA07263>