Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pam_info(3) [suse man page]

PAM_INFO(3)							 Linux-PAM Manual						       PAM_INFO(3)

NAME
pam_info, pam_vinfo - display messages to the user SYNOPSIS
#include <security/pam_ext.h> int pam_info(pam_handle_t *pamh, const char *fmt, ...); int pam_vinfo(pam_handle_t *pamh, const char *fmt, va_list args); DESCRIPTION
The pam_info function prints messages through the conversation function to the user. The pam_vinfo function performs the same task as pam_info() with the difference that it takes a set of arguments which have been obtained using the stdarg(3) variable argument list macros. RETURN VALUES
PAM_BUF_ERR Memory buffer error. PAM_CONV_ERR Conversation failure. PAM_SUCCESS Transaction was successful created. PAM_SYSTEM_ERR System error. SEE ALSO
pam(8) STANDARDS
The pam_info and pam_vinfo functions are Linux-PAM extensions. Linux-PAM Manual 04/01/2010 PAM_INFO(3)

Check Out this Related Man Page

PAM_ERROR(3)							 Linux-PAM Manual						      PAM_ERROR(3)

NAME
pam_error, pam_verror - display error messages to the user SYNOPSIS
#include <security/pam_ext.h> int pam_error(pam_handle_t *pamh, const char *fmt, ...); int pam_verror(pam_handle_t *pamh, const char *fmt, va_list args); DESCRIPTION
The pam_error function prints error messages through the conversation function to the user. The pam_verror function performs the same task as pam_error() with the difference that it takes a set of arguments which have been obtained using the stdarg(3) variable argument list macros. RETURN VALUES
PAM_BUF_ERR Memory buffer error. PAM_CONV_ERR Conversation failure. PAM_SUCCESS Error message was displayed. PAM_SYSTEM_ERR System error. SEE ALSO
pam_info(3), pam_vinfo(3), pam_prompt(3), pam_vprompt(3), pam(7) STANDARDS
The pam_error and pam_verror functions are Linux-PAM extensions. Linux-PAM Manual 06/04/2011 PAM_ERROR(3)
Man Page

4 More Discussions You Might Find Interesting

1. Email Antispam Techniques and Email Filtering

New Antispam Forum

One of the biggest problems on the Internet today is spam and one of the best tools that is available on all UNIX and LINUX favors to fight spam is PROCMAIL (of course there are others too!). We have started this experimental forum dedicated to helping people reduce the avalanche of spam by... (0 Replies)
Discussion started by: Neo
0 Replies

2. Solaris

Auto Locking user accounts

Hi, I am trying to setup account locking in Solaris 9. I have made the changes in /etc/default/login where RETRIES=5 and SYSLOG_FAILED_LOGINS=5 and in /etc/user_attr I am having: test_user::::lock_after_retries=yes Still I am not able to lock test_user after successive unsuccessful... (1 Reply)
Discussion started by: run_time_error
1 Replies

3. Post Here to Contact Site Administrators and Moderators

Great Job!

I am really very happy to see "current activity" which you guys recently implemented/developed, you guys really doing great job. Thank you Administrator/moderator/staff. Actually it's my personal opinion, I feel more comfortable, to ask question / answer question in unix.com than other... (2 Replies)
Discussion started by: Akshay Hegde
2 Replies

4. What is on Your Mind?

Prototyping New Responsive Mobile for UNIX.COM - Phase II

Have completed "Phase I" of our project "Prototyping New Responsive Mobile UNIX.COM", I am now moving to "Phase II" which will be changing many of the menus and buttons to use Javascript and CSS for the mobile site menus. For example, here is the new "main side menu" for the mobile site (below).... (63 Replies)
Discussion started by: Neo
63 Replies