Feature #16800
Updated by Peter Amstutz about 4 years ago
I think the way this is supposed to work: # work is for pam_sm_authenticate() calls to call pam_set_data() to stash the Arvados token # arvados token, and then the pam_sm_open_session() callback uses pam_get_data() to read the token back out # pam_sm_open_session() calls pam_putenv() to and set ARVADOS_API_TOKEN and ARVADOS_API_HOST.