diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-02-06 14:33:23 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-02-06 14:33:23 +0000 |
| commit | e7744a70b3172b6970b5eda9afe559acb50dee06 (patch) | |
| tree | e946a9044e6cf67f50ec8c7cd1c714e1c1bff031 /etc/pam.d | |
| parent | 84c03427b46b00253d38b5ccc601bc3d1dff7b24 (diff) | |
Notes
Diffstat (limited to 'etc/pam.d')
| -rw-r--r-- | etc/pam.d/su | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.d/su b/etc/pam.d/su index 8d686ff703e5..01dd99f0fc20 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 |
