From owner-freebsd-questions Fri Oct 11 18:13:14 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA11593 for questions-outgoing; Fri, 11 Oct 1996 18:13:14 -0700 (PDT) Received: from maelstrom.CC.McGill.CA (maelstrom.CC.McGill.CA [132.206.35.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA11585 for ; Fri, 11 Oct 1996 18:13:08 -0700 (PDT) Received: (from yves@localhost) by maelstrom.CC.McGill.CA (8.7.1/8.6.10) id VAA07216; Fri, 11 Oct 1996 21:12:46 -0400 (EDT) Date: Fri, 11 Oct 1996 21:12:46 -0400 (EDT) From: Yves Lepage Message-Id: <199610120112.VAA07216@maelstrom.CC.McGill.CA> To: freebsd-questions@freebsd.org Subject: NIS limit? Cc: yves@maelstrom.CC.McGill.CA Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I use a FreeBSD machine (2.1.5) as an NIS server. I have to serve a passwd file of 16214 entries and this will keep growing. Right now, when building the maps, I can't get more then 16204 entries in there. With different builds, the missing entries change, they are not always the same. Does this mean these is an absolute limit of 16204 records one can put in an NIS map? If so, why such strange number? Where does the problem lie? In yp_mkdb or in the ndbm lib? Have anyone seen something like this before? Thanks a lot, Yves Lepage