Date: Tue, 15 Mar 2011 10:13:35 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r219663 - head/etc/pam.d Message-ID: <201103151013.p2FADZt0039715@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Tue Mar 15 10:13:35 2011 New Revision: 219663 URL: http://svn.freebsd.org/changeset/base/219663 Log: 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 Modified: head/etc/pam.d/su Modified: head/etc/pam.d/su ============================================================================== --- head/etc/pam.d/su Tue Mar 15 08:20:59 2011 (r219662) +++ head/etc/pam.d/su Tue Mar 15 10:13:35 2011 (r219663) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103151013.p2FADZt0039715>