diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-05-14 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-05-14 08:00:00 +0000 |
commit | a7856b2d5af1b49a87c8faeb6195e5f3098d99df (patch) | |
tree | 524ad448914369b9ef91fac4be3d259557d61f71 /modules/pam_umask/pam_umask.8.xml | |
parent | 4bbf8bf2031f622cfd812092e3093d528d5559ac (diff) | |
download | pam-a7856b2d5af1b49a87c8faeb6195e5f3098d99df.tar.gz pam-a7856b2d5af1b49a87c8faeb6195e5f3098d99df.tar.bz2 pam-a7856b2d5af1b49a87c8faeb6195e5f3098d99df.zip |
pam_umask: Document return values forwarded from pam_get_user
* modules/pam_umask/pam_umask.8.xml (RETURN VALUES): Document
PAM_BUF_ERR, PAM_CONV_ERR, and PAM_INCOMPLETE return values.
Diffstat (limited to 'modules/pam_umask/pam_umask.8.xml')
-rw-r--r-- | modules/pam_umask/pam_umask.8.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/modules/pam_umask/pam_umask.8.xml b/modules/pam_umask/pam_umask.8.xml index 42016cdc..7c4a310b 100644 --- a/modules/pam_umask/pam_umask.8.xml +++ b/modules/pam_umask/pam_umask.8.xml @@ -175,6 +175,35 @@ </varlistentry> <varlistentry> + <term>PAM_BUF_ERR</term> + <listitem> + <para> + Memory buffer error. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>PAM_CONV_ERR</term> + <listitem> + <para> + The conversation method supplied by the application + failed to obtain the username. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>PAM_INCOMPLETE</term> + <listitem> + <para> + The conversation method supplied by the application + returned PAM_CONV_AGAIN. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>PAM_SERVICE_ERR</term> <listitem> <para> |