open-vm-tools/pam-vmtoolsd.patch
Kirk Allan 47de722243 Accepting request 815578 from home:kallan:branches:Virtualization:VMware
- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764)
- Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from
  pam-vmtoolsd.patch as instructed by vmware (boo#1171003).  
  This should fix both (boo#1171003) and (bsc#1172693).

OBS-URL: https://build.opensuse.org/request/show/815578
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=394
2020-06-17 17:57:48 +00:00

15 lines
555 B
Diff

--- a/open-vm-tools/scripts/linux/pam.d/vmtoolsd
+++ b/open-vm-tools/scripts/linux/pam.d/vmtoolsd
@@ -1,7 +1,5 @@
#%PAM-1.0
-auth required pam_shells.so
-auth sufficient pam_unix.so shadow
-auth required pam_unix_auth.so shadow
-account required pam_shells.so
-account sufficient pam_unix.so
-account required pam_unix_acct.so
+auth required pam_shells.so
+auth requisite pam_nologin.so
+auth include common-auth
+account include common-account