summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2017-04-11 12:13:59 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2017-04-11 12:13:59 +0200
commit5a6a2d169c06cd7e1959c34261d637c3f1c1f573 (patch)
tree82bda887b68de3c9e4d4396a8e5a4d6a60c984f4
parent934f1c18be934045150fb94ab0989d4a31c71f51 (diff)
pam_localuser: Correct the example in documentation.
* modules/pam_localuser/pam_localuser.8.xml: The example configuration does something different.
-rw-r--r--modules/pam_localuser/pam_localuser.8.xml4
1 files 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 @@
<refsect1 id='pam_localuser-examples'>
<title>EXAMPLES</title>
<para>
- Add the following line to <filename>/etc/pam.d/su</filename> to
- allow only local users in group wheel to use su.
+ Add the following lines to <filename>/etc/pam.d/su</filename> to
+ allow only local users or group wheel to use su.
<programlisting>
account sufficient pam_localuser.so
account required pam_wheel.so