From 934f1c18be934045150fb94ab0989d4a31c71f51 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 11 Apr 2017 12:10:27 +0200 Subject: 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. --- modules/pam_localuser/pam_localuser.8.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/pam_localuser') 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. -- cgit v1.2.3