]> granicus.if.org Git - linux-pam/commitdiff
pam_localuser: Correct the example in documentation.
authorTomas Mraz <tmraz@fedoraproject.org>
Tue, 11 Apr 2017 10:13:59 +0000 (12:13 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Tue, 11 Apr 2017 10:13:59 +0000 (12:13 +0200)
* modules/pam_localuser/pam_localuser.8.xml: The example configuration
  does something different.

modules/pam_localuser/pam_localuser.8.xml

index c08d451ec9245b2473287cdaf4242a6d11c5fc24..2a8b2e047f915447ed0a6a322f38b4bd5033838f 100644 (file)
   <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