[pkg-vlock-commit] r55 - in trunk: . debian

Alexander Wirt formorer at costa.debian.org
Wed Jul 19 20:19:30 CEST 2006


Author: formorer
Date: 2006-07-19 18:19:26 +0000 (Wed, 19 Jul 2006)
New Revision: 55

Modified:
   trunk/debian/changelog
   trunk/vlock.pamd
Log:
Include common-auth in the pamd file (265297)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-07-19 18:15:54 UTC (rev 54)
+++ trunk/debian/changelog	2006-07-19 18:19:26 UTC (rev 55)
@@ -4,9 +4,10 @@
     code of correct_password() (Closes: #364081)
   * Add a patch Daniel Kahn Gillmor thats stats the PAM Session only after
     pressing enter. That prevents some problems with some exclusive-access PAM
-    odules like opensc (Closes: #318507)
+    modules like opensc (Closes: #318507)
+  * Include common-auth in the pam file (Closes: #265297)
 
- -- Alexander Wirt <formorer at debian.org>  Wed, 19 Jul 2006 20:13:16 +0200
+ -- Alexander Wirt <formorer at debian.org>  Wed, 19 Jul 2006 20:18:15 +0200
 
 vlock (1.3-9) unstable; urgency=low
 

Modified: trunk/vlock.pamd
===================================================================
--- trunk/vlock.pamd	2006-07-19 18:15:54 UTC (rev 54)
+++ trunk/vlock.pamd	2006-07-19 18:19:26 UTC (rev 55)
@@ -1,2 +1,5 @@
 #%PAM-1.0
+# Standard Un*x authentication.
+ at include common-auth
+
 auth       required	pam_unix.so



More information about the pkg-vlock-commit mailing list