diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2017-04-11 12:13:59 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2017-04-11 12:13:59 +0200 |
commit | 5a6a2d169c06cd7e1959c34261d637c3f1c1f573 (patch) | |
tree | 82bda887b68de3c9e4d4396a8e5a4d6a60c984f4 /modules/pam_localuser | |
parent | 934f1c18be934045150fb94ab0989d4a31c71f51 (diff) | |
download | pam-5a6a2d169c06cd7e1959c34261d637c3f1c1f573.tar.gz pam-5a6a2d169c06cd7e1959c34261d637c3f1c1f573.tar.bz2 pam-5a6a2d169c06cd7e1959c34261d637c3f1c1f573.zip |
pam_localuser: Correct the example in documentation.
* modules/pam_localuser/pam_localuser.8.xml: The example configuration
does something different.
Diffstat (limited to 'modules/pam_localuser')
-rw-r--r-- | modules/pam_localuser/pam_localuser.8.xml | 4 |
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 |