X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=driver%2Fxscreensaver.pam;h=4a0c3e0995d2c5eca5f8c4886062e159e3b7ddf7;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=09eefa3180a040383470313edacfcfc81f15b0b2;hpb=3210e7e80ee2b5a7d2049a5aaff9f17b9c93dcc9;p=xscreensaver diff --git a/driver/xscreensaver.pam b/driver/xscreensaver.pam index 09eefa31..4a0c3e09 100644 --- a/driver/xscreensaver.pam +++ b/driver/xscreensaver.pam @@ -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