From a7856b2d5af1b49a87c8faeb6195e5f3098d99df Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 14 May 2020 08:00:00 +0000 Subject: 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. --- modules/pam_umask/pam_umask.8.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'modules/pam_umask') 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 @@ -174,6 +174,35 @@ + + PAM_BUF_ERR + + + Memory buffer error. + + + + + + PAM_CONV_ERR + + + The conversation method supplied by the application + failed to obtain the username. + + + + + + PAM_INCOMPLETE + + + The conversation method supplied by the application + returned PAM_CONV_AGAIN. + + + + PAM_SERVICE_ERR -- cgit v1.2.3