summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-02-06 14:33:23 +0000
committerdes <des@FreeBSD.org>2003-02-06 14:33:23 +0000
commit3a6d7496dfded7d7d221508bb254d7d39a5b3ea8 (patch)
treee946a9044e6cf67f50ec8c7cd1c714e1c1bff031 /etc
parentc4a7a7ecc197c8456119101664292c4081f8de43 (diff)
downloadFreeBSD-src-3a6d7496dfded7d7d221508bb254d7d39a5b3ea8.zip
FreeBSD-src-3a6d7496dfded7d7d221508bb254d7d39a5b3ea8.tar.gz
Use pam_group(8) instead of pam_wheel(8).
Diffstat (limited to 'etc')
-rw-r--r--etc/pam.d/su2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.d/su b/etc/pam.d/su
index 8d686ff..01dd99f 100644
--- a/etc/pam.d/su
+++ b/etc/pam.d/su
@@ -7,7 +7,7 @@
# auth
auth sufficient pam_rootok.so no_warn
auth sufficient pam_self.so no_warn
-auth requisite pam_wheel.so no_warn auth_as_self noroot_ok exempt_if_empty
+auth requisite pam_group.so no_warn root_only fail_safe
#auth sufficient pam_kerberosIV.so no_warn
#auth sufficient pam_krb5.so no_warn try_first_pass auth_as_self
auth sufficient pam_opie.so no_warn no_fake_prompts
OpenPOWER on IntegriCloud