Project

General

Profile

Feature #16800

Updated by Peter Amstutz over 3 years ago

I think the way this is supposed to work is for pam_sm_authenticate() to call pam_set_data() to stash the arvados token, and then the pam_sm_open_session() callback uses pam_get_data() to read the token back out and set ARVADOS_API_TOKEN and ARVADOS_API_HOST. 

Back