summaryrefslogtreecommitdiff
path: root/community-testing/open-vm-tools/vmware-guestd
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/open-vm-tools/vmware-guestd')
-rw-r--r--community-testing/open-vm-tools/vmware-guestd8
1 files changed, 4 insertions, 4 deletions
diff --git a/community-testing/open-vm-tools/vmware-guestd b/community-testing/open-vm-tools/vmware-guestd
index ac80c0385..f8ea34fc0 100644
--- a/community-testing/open-vm-tools/vmware-guestd
+++ b/community-testing/open-vm-tools/vmware-guestd
@@ -1,6 +1,6 @@
#%PAM-1.0
-auth sufficient /lib/security/pam_unix2.so shadow nullok
-auth required /lib/security/pam_unix_auth.so shadow nullok
-account sufficient /lib/security/pam_unix2.so
-account required /lib/security/pam_unix_acct.so
+auth sufficient pam_unix2.so shadow nullok
+auth required pam_unix_auth.so shadow nullok
+account sufficient pam_unix2.so
+account required pam_unix_acct.so