From owner-freebsd-questions@FreeBSD.ORG Mon Mar 21 23:13:10 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 0126E16A4CE for ; Mon, 21 Mar 2005 23:13:10 +0000 (GMT) Received: from liz.norscan.com (liz.norscan.com [207.161.138.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E74D43D2D for ; Mon, 21 Mar 2005 23:13:09 +0000 (GMT) (envelope-from daniel.goertzen@norscan.com) Received: from localhost (localhost [127.0.0.1]) by liz.norscan.com (Postfix) with ESMTP id A2423186D65 for ; Mon, 21 Mar 2005 17:13:08 -0600 (CST) Received: from liz.norscan.com ([127.0.0.1]) by localhost (liz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30559-04 for ; Mon, 21 Mar 2005 17:13:08 -0600 (CST) Received: from ren (dhcp-195.norscan.com [10.1.3.195]) by liz.norscan.com (Postfix) with SMTP id 68EEC186D61 for ; Mon, 21 Mar 2005 17:13:08 -0600 (CST) From: "Daniel Goertzen" To: Date: Mon, 21 Mar 2005 17:13:08 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at norscan.com Subject: 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:13:10 -0000 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. I was underwhelmed at the ability of linux-pam to cross compile, but openpam worked like a champ. Cheers, Dan.