Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 1999 08:11:13 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/chpass pw_yp.c
Message-ID:  <199903011611.IAA50570@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       1999/03/01 08:11:13 PST

  Modified files:
    usr.bin/chpass       pw_yp.c 
  Log:
  Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match().
  Instead, treat the inability to retrieve a record from the server as a
  match failure and let things take its course.
  
  Part of the problem here is that NIS _is_ turned on, however the master
  server is actually not an NIS server: it's an NIS+ server. And the client
  is bound to an NIS+ replica server that's running in YP compat mode.
  The code which tries to figure out of the user is local or NIS gets
  confused by this.
  
  Revision  Changes    Path
  1.14      +17 -1     src/usr.bin/chpass/pw_yp.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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