Query: pam_misc_setenv
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PAM_MISC_SETENV(3) Linux-PAM Manual PAM_MISC_SETENV(3)NAMEpam_misc_setenv - BSD like PAM environment variable settingSYNOPSIS#include <security/pam_misc.h> int pam_misc_setenv(pam_handle_t *pamh, const char *name, const char *value, intreadonly);DESCRIPTIONThis function performs a task equivalent to pam_putenv(3), its syntax is, however, more like the BSD style function; setenv(). The name and value are concatenated with an '=' to form a name=value and passed to pam_putenv(). If, however, the PAM variable is already set, the replacement will only be applied if the last argument, readonly, is zero.SEE ALSOpam_putenv(3), pam(7)STANDARDSThe pam_misc_setenv function is part of the libpam_misc Library and not defined in any standard. Linux-PAM Manual 06/04/2011 PAM_MISC_SETENV(3)
Related Man Pages |
---|
pam_putenv(3) - x11r4 |
pam_putenv(3) - php |
pam_putenv(3) - v7 |
pam_putenv(3) - ultrix |
pam_putenv(3) - bsd |
Similar Topics in the Unix Linux Community |
---|
Read-only env variable in PAM module |