1PAM_MISC_PASTE_ENV(3) Linux-PAM Manual PAM_MISC_PASTE_ENV(3)
2
3
4
6 pam_misc_paste_env - transcribing an environment to that of PAM
7
9 #include <security/pam_misc.h>
10
11 int pam_misc_paste_env(pam_handle_t *pamh, const char * const *user);
12
14 This function takes the supplied list of environment pointers and
15 uploads its contents to the PAM environment. Success is indicated by
16 PAM_SUCCESS.
17
19 pam_putenv(3), pam(8)
20
22 The pam_misc_paste_env function is part of the libpam_misc Library and
23 not defined in any standard.
24
25
26
27Linux-PAM Manual 11/25/2020 PAM_MISC_PASTE_ENV(3)