View | Details | Raw Unified | Return to bug 217442
Collapse All | Expand All

(-)b/emulators/open-vm-tools/files/patch-scripts_linux_pam.d_vmtoolsd (-2 / +4 lines)
Lines 3-10 Link Here
3
@@ -1,7 +1,3 @@
3
@@ -1,7 +1,3 @@
4
 #%PAM-1.0
4
 #%PAM-1.0
5
-auth       sufficient       pam_unix2.so nullok
5
-auth       sufficient       pam_unix2.so nullok
6
 auth       sufficient       pam_unix.so shadow nullok
6
-auth       sufficient       pam_unix.so shadow nullok
7
-auth       required         pam_unix_auth.so shadow nullok
7
-auth       required         pam_unix_auth.so shadow nullok
8
-account    sufficient       pam_unix2.so
8
-account    sufficient       pam_unix2.so
9
 account    sufficient       pam_unix.so
9
-account    sufficient       pam_unix.so
10
-account    required         pam_unix_acct.so
10
-account    required         pam_unix_acct.so
11
+auth       include          system
12
+account    include          system

Return to bug 217442