From owner-freebsd-questions@FreeBSD.ORG Mon Mar 21 23:23:05 2005 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 EF46F16A4CE for ; Mon, 21 Mar 2005 23:23:05 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828A843D3F for ; Mon, 21 Mar 2005 23:23:05 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j2LNN5HZ047618; Mon, 21 Mar 2005 17:23:05 -0600 (CST) (envelope-from dan) Date: Mon, 21 Mar 2005 17:23:04 -0600 From: Dan Nelson To: Daniel Goertzen Message-ID: <20050321232304.GK5243@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.4-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i cc: freebsd-questions@freebsd.org Subject: Re: source code for pam modules 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: Mon, 21 Mar 2005 23:23:06 -0000 In the last episode (Mar 21), Daniel Goertzen said: > I am an embedded software developer and I was wondering if anyone > could help me find the source code for the pam modules, specifically > pam_tacplus. I looked through the ports collection, but couldn't > find anything that had both pam and tacplus. pam_tacplus is part of the base system. Take a look at /usr/src/lib/libpam/modules/pam_tacplus , or if you don't have a full source tree checked out yet: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libpam/modules/pam_tacplus/ -- Dan Nelson dnelson@allantgroup.com