Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 1996 07:52:53 -0700 (PDT)
From:      Bill Paul <wpaul>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/yp_mkdb yp_mkdb.8 yp_mkdb.c
Message-ID:  <199610241452.HAA26539@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       96/10/24 07:52:52

  Modified:    usr.sbin/yp_mkdb  yp_mkdb.8 yp_mkdb.c
  Log:
  Add -b and -s flags for adding YP_INTERDOMAIN and YP_SECURE entries to
  map databases. Also document said flags in the man page.
  
  Adding YP_INTERDOMAIN to a map causes ypserv(8) to do a DNS lookup
  when a yp_match() on the map fails. (This affects only the hosts.by*
  maps; for all other maps it's ignored.) The YP_SECURE entry causes
  ypserv(8) to restrict access to the map so that only clients making
  requests from reserved ports can get at it.
  
  Our ypserv doesn't currently support these features so they're silently
  ignored for the moment, but this will change. :)
  
  Revision  Changes    Path
  1.2       +38 -6     src/usr.sbin/yp_mkdb/yp_mkdb.8
  1.3       +29 -5     src/usr.sbin/yp_mkdb/yp_mkdb.c



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