/etc/pam.d/vmtoolsd is in open-vm-tools 2:9.4.0-1280544-5ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #%PAM-1.0
auth sufficient pam_unix2.so nullok
auth sufficient pam_unix.so shadow nullok
auth required pam_unix_auth.so shadow nullok
account sufficient pam_unix2.so
account sufficient pam_unix.so
account required pam_unix_acct.so
|