Package: libpam-mount
Version: 1.32-2
Tags:    patch

With the default pam-auth-update setup for pam_mount, the module ask
for a password even if the already entered password would work for
mounting.

The reason is that the pam module do not use the try_first_pass
argument.  Please change it to include it.  Here is a patch to
implement the change:


--- debian/pam-auth-update.orig 2010-08-26 11:08:29.000000000 +0200
+++ debian/pam-auth-update      2010-08-26 11:08:42.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: 128
 Auth-Type: Additional
 Auth:
-       optional        pam_mount.so
+       optional        pam_mount.so try_first_pass
 Session-Type: Additional
 Session:
        optional        pam_mount.so

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to