pam_getenvlist (3) Linux Manual Page
pam_getenvlist – getting the PAM environment Synopsis #include <security/pam_appl.h> char **pam_getenvlist(pam_handle_t *pamh); Description The pam_getenvlist function returns a complete copy of the PAM environment as associated with the handle pamh. The PAM environment variables represent the contents of the regular environment variables of the authenticated user when service is granted. The format of the memory…
