From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 12:09:46 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 D84D037B401 for ; Wed, 25 Jun 2003 12:09:46 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DEC143FE0 for ; Wed, 25 Jun 2003 12:09:46 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h5PJ9jHT073008; Wed, 25 Jun 2003 14:09:45 -0500 (CDT) (envelope-from dan) Date: Wed, 25 Jun 2003 14:09:45 -0500 From: Dan Nelson To: "Marc G. Fournier" Message-ID: <20030625190945.GB43269@dan.emsphone.com> References: <20030625155512.N10424@hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030625155512.N10424@hub.org> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: Novell Pam Auth Module: pam_ascauth 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, 25 Jun 2003 19:09:47 -0000 In the last episode (Jun 25), Marc G. Fournier said: > has anyone worked with this? we can get it to work fine on a > desktop, but as soon as we try to do anything with it inside of jail, > auth fails and the errors don't help much :( Try ktracing or trussing the login process; maybe it's trying to do something a jailed root user can't do, and the pam stuff isn't checking for it because it doesn't expect it to ever fail? I've used pam_ldap to authenticate to a Novell server, but have never tried it in a jail. You might want to try that if you can't get pam_ascauth working. -- Dan Nelson dnelson@allantgroup.com