[Lunar-commits] r20689 - in moonbase/trunk/security: . pam_mount

Jan Eidtmann cmak at lunar-linux.org
Wed Jul 12 13:40:49 UTC 2006


Author: cmak
Date: 2006-07-12 13:40:48 +0000 (Wed, 12 Jul 2006)
New Revision: 20689

Added:
   moonbase/trunk/security/pam_mount/
   moonbase/trunk/security/pam_mount/BUILD
   moonbase/trunk/security/pam_mount/DEPENDS
   moonbase/trunk/security/pam_mount/DETAILS
Log:
added pam_mounti use it to mount my encrypted home on login, works great

Added: moonbase/trunk/security/pam_mount/BUILD
===================================================================
--- moonbase/trunk/security/pam_mount/BUILD	                        (rev 0)
+++ moonbase/trunk/security/pam_mount/BUILD	2006-07-12 13:40:48 UTC (rev 20689)
@@ -0,0 +1,8 @@
+(
+
+  OPTS="$OPTS --libdir=/lib"
+  default_build &&
+  [ -e /etc/security/pam_mount.conf ] || \
+  install -m644 config/pam_mount.conf /etc/security/
+
+) > $C_FIFO 2>&1  

Added: moonbase/trunk/security/pam_mount/DEPENDS
===================================================================
--- moonbase/trunk/security/pam_mount/DEPENDS	                        (rev 0)
+++ moonbase/trunk/security/pam_mount/DEPENDS	2006-07-12 13:40:48 UTC (rev 20689)
@@ -0,0 +1,2 @@
+depends openssl &&
+depends Linux-PAM

Added: moonbase/trunk/security/pam_mount/DETAILS
===================================================================
--- moonbase/trunk/security/pam_mount/DETAILS	                        (rev 0)
+++ moonbase/trunk/security/pam_mount/DETAILS	2006-07-12 13:40:48 UTC (rev 20689)
@@ -0,0 +1,17 @@
+          MODULE=pam_mount
+         VERSION=0.13.0
+          SOURCE=$MODULE-$VERSION.tbz2
+      SOURCE_URL=$SFORGE_URL/pam-mount/
+      SOURCE_VFY=sha1:1534fdd0691259fec8538b7a977948749e6a498d
+        WEB_SITE=http://pam-mount.sf.net/
+         ENTERED=20060712
+         UPDATED=20060712
+           SHORT="Auth. Module that can mount volumes for a user session"
+cat << EOF
+This module is aimed at environments with SMB (Samba or Windows NT) or NCP
+(Netware or Mars-NWE) servers that Unix users wish to access transparently.
+It facilitates access to private volumes of these types well. The module als
+supports mounting home directories using loopback encrypted filesystems. The
+module was originally written for use on the GNU/Linux operating system but
+has since been modified to work on several flavors of BSD.
+EOF



More information about the Lunar-commits mailing list