diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2017-04-11 12:10:27 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2017-04-11 12:10:27 +0200 |
commit | 934f1c18be934045150fb94ab0989d4a31c71f51 (patch) | |
tree | 3eaeedf2428137b5b6fafc06d9a8d30dfe631175 /modules/pam_localuser | |
parent | ea0a4494f9b47a4063640d0d378ef805fc1acad2 (diff) | |
download | pam-934f1c18be934045150fb94ab0989d4a31c71f51.tar.gz pam-934f1c18be934045150fb94ab0989d4a31c71f51.tar.bz2 pam-934f1c18be934045150fb94ab0989d4a31c71f51.zip |
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/pam_localuser')
-rw-r--r-- | modules/pam_localuser/pam_localuser.8.xml | 6 |
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> |