blob: bdafd4d15d597b1fbbb8df8cc7d6f6fc83d52be0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- pam/generic.orig 2025-06-19 04:05:18 UTC
+++ pam/generic
@@ -1,9 +1,5 @@
# This is a generic pam config file for open-vm-tools
# See https://knowledge.broadcom.com/external/article?legacyId=78251 for advice to use
# common authentication mechanisms.
-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 include system
+account include system
|