diff options
Diffstat (limited to 'source/a/util-linux/pam.d/su')
-rw-r--r-- | source/a/util-linux/pam.d/su | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/source/a/util-linux/pam.d/su b/source/a/util-linux/pam.d/su index c7c81487..c28a252a 100644 --- a/source/a/util-linux/pam.d/su +++ b/source/a/util-linux/pam.d/su @@ -1,11 +1,11 @@ #%PAM-1.0 -auth sufficient pam_rootok.so +auth sufficient pam_rootok.so # Uncomment the following line to implicitly trust users in the "wheel" group. -#auth sufficient pam_wheel.so trust use_uid +#auth sufficient pam_wheel.so trust use_uid # Uncomment the following line to require a user to be in the "wheel" group. -#auth required pam_wheel.so use_uid -auth include system-auth -account include system-auth -password include system-auth -session include system-auth -session optional pam_xauth.so +#auth required pam_wheel.so use_uid +auth include system-auth +account include system-auth +password include system-auth +session include system-auth +session optional pam_xauth.so |