ftp://ftp.jp.xemacs.org/pub/NetBSD/packages/distfiles/xscreensaver-4.15.tar.gz
[xscreensaver] / driver / xscreensaver.pam
index 09eefa3180a040383470313edacfcfc81f15b0b2..4a0c3e0995d2c5eca5f8c4886062e159e3b7ddf7 100644 (file)
@@ -1,2 +1,10 @@
 #%PAM-1.0
-auth       required    /lib/security/pam_pwdb.so shadow nullok
+
+# Red Hat says this is right for them, as of 7.3:
+auth       required    /lib/security/pam_stack.so service=system-auth
+
+# SuSE 9.0 uses this (along with "--with-passwd-helper" of "unix2_chkpwd")
+# auth     required       pam_unix2.so nullok
+
+# This is what we were using before:
+# auth       required  /lib/security/pam_pwdb.so shadow nullok