]> granicus.if.org Git - linux-pam/commitdiff
pam_localuser: Correct documentation of return value.
authorTomas Mraz <tmraz@fedoraproject.org>
Tue, 11 Apr 2017 10:10:27 +0000 (12:10 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Tue, 11 Apr 2017 10:10:27 +0000 (12:10 +0200)
* 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

index b06a0bf7041cae7870206d144e493c52ff86a2c3..c08d451ec9245b2473287cdaf4242a6d11c5fc24 100644 (file)
           <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>