summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2017-04-11 12:10:27 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2017-04-11 12:10:27 +0200
commit934f1c18be934045150fb94ab0989d4a31c71f51 (patch)
tree3eaeedf2428137b5b6fafc06d9a8d30dfe631175 /modules
parentea0a4494f9b47a4063640d0d378ef805fc1acad2 (diff)
pam_localuser: Correct documentation of return value.
* modules/pam_localuser/pam_localuser.8.xml: The module returns PAM_PERM_DENIED when the user is not listed.
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_localuser/pam_localuser.8.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_localuser/pam_localuser.8.xml b/modules/pam_localuser/pam_localuser.8.xml
index b06a0bf7..c08d451e 100644
--- a/modules/pam_localuser/pam_localuser.8.xml
+++ b/modules/pam_localuser/pam_localuser.8.xml
@@ -106,16 +106,16 @@
<term>PAM_SERVICE_ERR</term>
<listitem>
<para>
- No username was given.
+ No username was given.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>PAM_USER_UNKNOWN</term>
+ <term>PAM_PERM_DENIED</term>
<listitem>
<para>
- User not known.
+ The user is not listed in the passwd file.
</para>
</listitem>
</varlistentry>