From owner-freebsd-security@FreeBSD.ORG Sat Sep 17 15:33:07 2011 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 838B9106564A for ; Sat, 17 Sep 2011 15:33:07 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 455918FC0C for ; Sat, 17 Sep 2011 15:33:07 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id 4C5111FFC35; Sat, 17 Sep 2011 15:33:06 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id 022E684576; Sat, 17 Sep 2011 17:33:05 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Jason Hellenthal References: <86boukbk8s.fsf@ds4.des.no> <20110917051827.GA27245@DataIX.net> <20110917052434.GA32989@DataIX.net> Date: Sat, 17 Sep 2011 17:33:05 +0200 In-Reply-To: <20110917052434.GA32989@DataIX.net> (Jason Hellenthal's message of "Sat, 17 Sep 2011 01:24:34 -0400") Message-ID: <864o0bb2vi.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Brandon Gooch , freebsd-security@freebsd.org Subject: Re: PAM modules X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2011 15:33:07 -0000 Jason Hellenthal writes: > security/pam_jail A PAM module dropping users in jails after login > security/pam_krb5 A Pluggable Authentication Module for Kerberos5 We already have that. > security/pam_ldap A pam module for authenticating with LDAP Not going to happen, since we don't have LDAP in base. > security/pam_mkhomedir Create HOME with a PAM module on demand > security/pam_p11 A PAM module using crypto tokens for auth authe= nticate against Unix PAM Requires a PKCS11 implementation in base. I never finished the one I started on... > security/pam_pwdfile A pam module for authenticating with flat passw= d files > security/pam_require A PAM module for restricting access based on un= ix group or username What does this do that pam_group doesn't? > security/pam_smb NetBIOS domain logon PAM module Apparently requires Perl to run, although this may be a bug in the port > security/pam_ssh_agent_auth PAM module which permits authentication via s= sh-agent > sysutils/pam_mount A PAM that can mount volumes for a user session That leaves us with the following candidates: - pam_jail - pam_mkhomedir - pam_mount - pam_pwdfile - pam_ssh_agent_auth and possibly also - pam_require - pam_smb Note that pam_mkhomedir and pam_mount can be implemented using pam_exec (possibly with some improvements) and scripts. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no