From http://www.jwz.org/xscreensaver/xscreensaver-5.15.tar.gz
[xscreensaver] / driver / xscreensaver.pam
index 09eefa3180a040383470313edacfcfc81f15b0b2..6f86fff00d14fd8aa606385ebd62d45bc41062b1 100644 (file)
@@ -1,2 +1,16 @@
 #%PAM-1.0
-auth       required    /lib/security/pam_pwdb.so shadow nullok
+
+# Fedora Core 5:
+auth       include     system-auth
+
+# Fedora Core 2:
+#auth       required   pam_stack.so service=system-auth
+
+# Red Hat 7.3:
+#auth       required   /lib/security/pam_stack.so service=system-auth
+
+# SuSE 9.0: (along with "configure --with-passwd-helper" and "unix2_chkpwd")
+# auth     required       pam_unix2.so nullok
+
+# Distant past:
+# auth       required  /lib/security/pam_pwdb.so shadow nullok