From: Tomas Mraz Date: Tue, 11 Apr 2017 10:10:27 +0000 (+0200) Subject: pam_localuser: Correct documentation of return value. X-Git-Tag: v1.3.1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=934f1c18be934045150fb94ab0989d4a31c71f51;p=linux-pam 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. --- 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 @@ PAM_SERVICE_ERR - No username was given. + No username was given. - PAM_USER_UNKNOWN + PAM_PERM_DENIED - User not known. + The user is not listed in the passwd file.