From owner-freebsd-geom@FreeBSD.ORG Tue Jul 19 00:36:28 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB4016A41C for ; Tue, 19 Jul 2005 00:36:28 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D94843D4C for ; Tue, 19 Jul 2005 00:36:27 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id 0C1A8CC195D for ; Mon, 18 Jul 2005 20:36:26 -0400 (EDT) X-Sasl-enc: 5b9X92Lai7iCbt52X5jpfaGoiaiCc+gMK69OlGv3mgR8 1121733383 Received: from gumby.localdomain (dsl-80-41-68-245.access.as9105.com [80.41.68.245]) by frontend2.messagingengine.com (Postfix) with ESMTP id D7754570147 for ; Mon, 18 Jul 2005 20:36:23 -0400 (EDT) From: RW To: freebsd-geom@freebsd.org Date: Tue, 19 Jul 2005 01:36:24 +0100 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507190136.25091.list-freebsd-2004@morbius.sent.com> Subject: Mounting gdbe home directories with pam_mount (or otherwise) X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 00:36:28 -0000 I'm thinking of using a gdbe home directory for for one of my accounts. I'd rather not mount the partition at bootup, and logging in to another account to mount the partition seems a bit of a pain (three passwords). I was looking for a workaround, and found pam_mount which seems to be an ideal solution, since it can mount an encrypted partition transparently with the normal login password. It claims to work with several BSD flavours, but it doesn't seem to be in ports. Does it work with FreeBSD and gdbe partitions?