From 6fe126c1a9e4b4720b01a891a2756e4016c66e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 15 Mar 2011 10:13:35 +0000 Subject: [PATCH] Forgot to commit this change along with r219563: pam_group(8) now issues a warning if neither luser nor ruser is specified. The correct option for su(1) is ruser. MFC after: 1 month --- etc/pam.d/su | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pam.d/su b/etc/pam.d/su index 834c27e08b8e..88ce8b0ab4f1 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_group.so no_warn group=wheel root_only fail_safe +auth requisite pam_group.so no_warn group=wheel root_only fail_safe ruser auth include system # account