diff options
author | Balint Reczey <balint.reczey@canonical.com> | 2019-12-17 16:48:13 +0100 |
---|---|---|
committer | Tomáš Mráz <t8m@users.noreply.github.com> | 2019-12-17 16:48:13 +0100 |
commit | 73118592885eb3554eddb360d5f6ab65ee6e1c03 (patch) | |
tree | 9dfa3980ca7f152721f4e0e7237caa239113dcf6 /modules/pam_motd/pam_motd.8.xml | |
parent | e40b1f72adf06793b8b9ef94d8bef46f7aba0f04 (diff) | |
download | pam-73118592885eb3554eddb360d5f6ab65ee6e1c03.tar.gz pam-73118592885eb3554eddb360d5f6ab65ee6e1c03.tar.bz2 pam-73118592885eb3554eddb360d5f6ab65ee6e1c03.zip |
Return only PAM_IGNORE or error from pam_motd
Follow-up for c81280b16e1831ab0bdd0383486c7e2d1eaf1b5e.
* modules/pam_motd/pam_motd.c: Return PAM_IGNORE if pam_putenv succeeds.
* modules/pam_motd/pam_motd.8.xml: Document additional possible return values of the module.
Diffstat (limited to 'modules/pam_motd/pam_motd.8.xml')
-rw-r--r-- | modules/pam_motd/pam_motd.8.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/modules/pam_motd/pam_motd.8.xml b/modules/pam_motd/pam_motd.8.xml index d939ad7e..b533530b 100644 --- a/modules/pam_motd/pam_motd.8.xml +++ b/modules/pam_motd/pam_motd.8.xml @@ -133,10 +133,26 @@ <title>RETURN VALUES</title> <variablelist> <varlistentry> + <term>PAM_ABORT</term> + <listitem> + <para> + Not all relevant data or options could be obtained. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>PAM_BUF_ERR</term> + <listitem> + <para> + Memory buffer error. + </para> + </listitem> + </varlistentry> + <varlistentry> <term>PAM_IGNORE</term> <listitem> <para> - This is the only return value of this module. + This is the default return value of this module. </para> </listitem> </varlistentry> |