From 5a6a2d169c06cd7e1959c34261d637c3f1c1f573 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 11 Apr 2017 12:13:59 +0200 Subject: [PATCH] pam_localuser: Correct the example in documentation. * modules/pam_localuser/pam_localuser.8.xml: The example configuration does something different. --- modules/pam_localuser/pam_localuser.8.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/pam_localuser/pam_localuser.8.xml b/modules/pam_localuser/pam_localuser.8.xml index c08d451e..2a8b2e04 100644 --- a/modules/pam_localuser/pam_localuser.8.xml +++ b/modules/pam_localuser/pam_localuser.8.xml @@ -127,8 +127,8 @@ EXAMPLES - Add the following line to /etc/pam.d/su to - allow only local users in group wheel to use su. + Add the following lines to /etc/pam.d/su to + allow only local users or group wheel to use su. account sufficient pam_localuser.so account required pam_wheel.so -- 2.40.0