Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 1995 20:56:25 -0700
From:      Bill Paul <wpaul>
To:        CVS-commiters, cvs-usrbin
Subject:   cvs commit: src/usr.bin/chpass chpass.1 chpass.c pw_yp.c pw_yp.h
Message-ID:  <199509020356.UAA22964@freefall.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
wpaul       95/09/01 20:56:24

  Modified:    usr.bin/chpass  chpass.1 chpass.c pw_yp.c pw_yp.h
  Log:
  Make use_yp() smarter about figuring out whether a user is local or
  NIS (or both, or neither). Also add support for -l and -y flags to
  force behavior to local or NIS. use_yp() also goes out of its way to
  retrieve the correct password database information (local or NIS)
  depending on what the situation since getpwent() & co. can't
  necessarily be trusted in some cases.
  
  Also document new flags in man page.



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