From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 15:30:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6139F16A4B3 for ; Wed, 8 Oct 2003 15:30:36 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9199743FB1 for ; Wed, 8 Oct 2003 15:30:35 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h98MTJdl029347; Wed, 8 Oct 2003 17:29:19 -0500 (CDT) (envelope-from dan) Date: Wed, 8 Oct 2003 17:29:19 -0500 From: Dan Nelson To: Uwe Laverenz Message-ID: <20031008222919.GB63777@dan.emsphone.com> References: <3F84804C.6020804@despammed.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F84804C.6020804@despammed.com> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: problems with pam_ldap - ssh and file attributes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 22:30:36 -0000 In the last episode (Oct 08), Uwe Laverenz said: > mkes@ra.rockwell.com wrote: > >Nevertheless the problem with file attributes persists. > > I have the same problem here. I guess that 'ls' doesn't care about > nsswitch?! /bin/ls is linked statically, which means it only knows about compat, files, nis, and dns; you can build a dynamic one, or step up and write an nscd daemon that static binaries can connect to for nss lookups :) -- Dan Nelson dnelson@allantgroup.com