Linux PAM with Prodigy

Hi, is it possible to use Linux PAM authentication with Prodigy. If so, how would I go about it, please?

Many thanks

Anna

Hi @AnnaAnia,

We actually haven't used Linux PAM before, and we're not sure what the requirements are, so we can't provide detailed support for it.

Prodigy is provided as a standard Python REST service. We use the library FastAPI, and provide the source for the service (the app.py) and you can also extend or access the server through your recipe script. I think this should be sufficient to integrate Linux PAM, although I don't know the details for sure.

Thanks Matthew. I managed to resolve it by hacking app.py (i think was the prodigy file)

Anna