From owner-freebsd-current@FreeBSD.ORG Thu Dec 4 05:10:17 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D560616A4CE; Thu, 4 Dec 2003 05:10:17 -0800 (PST) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id C548C43F93; Thu, 4 Dec 2003 05:10:16 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from user-2ivflce.dialup.mindspring.com ([165.247.213.142] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 1ARtDq-0003GQ-00; Thu, 04 Dec 2003 05:08:46 -0800 Message-ID: <3FCF3114.917891D8@mindspring.com> Date: Thu, 04 Dec 2003 05:05:24 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: slave-mike References: <20031129011334.GC88553@madman.celabo.org> <3FC89564.8030209@rv1.dynip.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4847bba80ce0568b7d1bd76abfa51fb83667c3043c0873f7e350badd9bab72f9c350badd9bab72f9c cc: "Jacques A.Vidrine" cc: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= cc: freebsd-current@freebsd.org Subject: Re: NSS and PAM (was Re: NSS and PAM, dynamic vs. static) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 13:10:17 -0000 slave-mike wrote: > why does /bin/sh need NSS support? To translate UIDs and GIDs into strings using getpwnam() and getgrnam() when the strings are stored in a directory service of some kind. -- Terry