1833873 Members
1916 Online
110063 Solutions
New Discussion

pam application problem

 
SOLVED
Go to solution
mango_1
Frequent Advisor

pam application problem

hello all! I've currently made a pam application that calls the pam api's. The problem is I want to redirect the prompts (such as those asking for a password) in a separate window. Is this possible?

thanks!
2 REPLIES 2
Raghuram_3
New Member
Solution

Re: pam application problem

Hi, It should be possible. PAM APIs do not come in the way of prompt redirection. You may code your application to pop up a window with the prompt and then have PAM APIs process it.

Hope this helps. -R