Web authentiation using Pam?

scrapper7

New Member
Hi,
We currently authenticate our web users via searching for the user in a user table in the database. Has anyone ever used PAM to authenticate users? Is it as simple as setting up PAM and then having the progress code execute the login service?

Thanks,
 
I think there is going to be some C level coding involved. A shared library between your webspeed program and pam system (and probably will need to write a module for it.)

Do you really want to require a user account on the machine for someone to use a web app on that machine?
 
Back
Top