From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 30 18:00:29 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E60E7106566B for ; Sun, 30 Jan 2011 18:00:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D5A038FC12 for ; Sun, 30 Jan 2011 18:00:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0UI0Tvf058584 for ; Sun, 30 Jan 2011 18:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0UI0TJa058570; Sun, 30 Jan 2011 18:00:29 GMT (envelope-from gnats) Date: Sun, 30 Jan 2011 18:00:29 GMT Message-Id: <201101301800.p0UI0TJa058570@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jamie Landeg Jones Cc: Subject: Re: ports/114825: pam module security/pam_abl not working X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jamie Landeg Jones List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2011 18:00:30 -0000 The following reply was made to PR ports/114825; it has been noted by GNATS. From: Jamie Landeg Jones To: silver@ultrasoft.ee, jamie@bishopston.net, carlson39@llnl.gov, bug-followup@FreeBSD.org, admin@lissyara.su Cc: try_first_pass@catflap.bishopston.net, no_warn@catflap.bishopston.net, pam_krb5.so@catflap.bishopston.net, sufficient@catflap.bishopston.net, #auth@catflap.bishopston.net, jamie@bishopston.net Subject: Re: ports/114825: pam module security/pam_abl not working Date: Sun, 30 Jan 2011 17:57:52 +0000 As mentioned by the original submitter, but confused by an incorrect patch, repeating the auth line in /etc/pam.d/sshd 'fixes' the problem! i.e. this snippet: #auth sufficient pam_krb5.so no_warn try_first_pass #auth sufficient pam_ssh.so no_warn try_first_pass auth required /usr/local/lib/pam_abl.so config=/usr/local/etc/pam_abl.conf auth required /usr/local/lib/pam_abl.so config=/usr/local/etc/pam_abl.conf auth required pam_unix.so no_warn try_first_pass May this throw some light on the issue? As I said in the PR, the exact same config on both my main host and the jail, but it's only the jail that has the issue Cheers, Jamie