Hi,
For other applications PAM bindings are mediated by a distinct PAM service hard coded into that application. For example for R Studio it is “rstudio” and PAM configurations are specified in /etc/pam.d/rstudio. Other applications may allow the admin to specify the name of a PAM service explicitly. It looks as if Jupyter Hub’s defacto way to integrate with PAM is via the PAM “login” facility which has system wide scope. We have an existing PAM based account provisioning workflow and so would need to have that in a separate PAM facility, and no the default “login” one.
Is there a way to specify a separate PAM facility for use by Jupyter Hub? e.g. do the PAM config via /etc/pam.d/jupyterhub or similar?
Thanks!
– Bob