From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 12 08:19:13 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F26B115 for ; Tue, 12 Aug 2014 08:19:13 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) by mx1.freebsd.org (Postfix) with ESMTP id 04620284E for ; Tue, 12 Aug 2014 08:19:12 +0000 (UTC) Received: from [72.132.160.201] ([72.132.160.201:55568] helo=bsdfull.Belkin) by cdptpa-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 5B/DC-00396-6BDC9E35; Tue, 12 Aug 2014 08:18:00 +0000 Message-ID: <53E9CDA7.2020600@SDF.org> Date: Tue, 12 Aug 2014 01:17:43 -0700 From: Cary User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26 MIME-Version: 1.0 To: "Eggert, Lars" Subject: Re: nscd not caching References: <9F8FBD79-2825-4B22-BD14-EACF65A7DD50@netapp.com> <20140811172755.GA1414@SDF.ORG> <8068C863-0F02-45CF-AF15-C4230BE65255@netapp.com> In-Reply-To: <8068C863-0F02-45CF-AF15-C4230BE65255@netapp.com> X-Enigmail-Version: 1.6.1_pre20140112 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.118:25 X-Cloudmark-Score: 0 Cc: "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 08:19:13 -0000 Eggert, Lars wrote: > On 2014-8-11, at 19:27, Cary wrote: >> Disabling nscd(8) was the only choice for me. > > I need to authenticate against a remote NIS server, so disabling it isn't > really an option. I can't seem to *en*able it. > > Lars > perform-actual-lookups services yes perform-actual-lookups passwd yes perform-actual-lookups group yes In /etc/nscd.conf you might add the lines above. That would configure nscd to do more than cache. It may also give you some sign whether it's doing anything at all. Cary -- cary@sdf.org SDF Public Access UNIX System - http://sdf.org ------------------------------