PAM authentication
Added by Keith Stevens over 12 years ago
If I want to use PAM for authentication back end, am I correct to inherit from Wt::Auth::AbstractPasswordService and implement the verifyPassword function with logic to access the PAM client API? Has anyone already done this?
Replies (3)
RE: PAM authentication - Added by Jan Hrubeš over 12 years ago
Hi,
I have asked similar question, but I don't have PAM available on a target system: Linux auth .
Unfortunately I haven't time to solve this problem, so I can't help much. Overall I am convinced it should work.
H.
RE: PAM authentication - Added by Ezra Buehler over 11 years ago
Hi,
I need authentication over PAM an thus will be implementing it.
Of course any suggestions that will make my life easier are welcome.
Cheers,
Ezra.
RE: PAM authentication - Added by Koen Deforche about 11 years ago
Hey,
Good luck, I believe it should work, but I'm not familiar enough with PAM to be sure. Let us know how it goes and if there are things in Wt::Auth that could be changed.
Regards,
koen