Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 1997 17:03:27 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/gen getnetgrent.c
Message-ID:  <199710110003.RAA14768@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       1997/10/10 17:03:26 PDT

  Modified files:
    lib/libc/gen         getnetgrent.c 
  Log:
  NIS+ compatibility kludge. A long time ago, I set up innetgr() so
  that if searching through the special netgroup.byhost or netgroup.byuser
  maps didn't work, we would roll over to the 'slow' method of grovelling
  though the netgroup map and working out the dependencies on the fly.
  But I left this option hidden inside an #ifdef CHARITABLE since I
  didn't think I'd ever need it.
  
  Well, the Sun rpc.nisd NIS+ server in YP compat mode doesn't support
  the .byhost and .byuser reverse maps, so the  failover is necessary
  in order to be compatible. *sigh*
  
  This closes PR #3891, and should be merged into RELENG_2_2.
  
  Revision  Changes    Path
  1.21      +7 -0      src/lib/libc/gen/getnetgrent.c



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