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