Operating System - Linux
1856126 Members
13335 Online
104110 Solutions
New Discussion

what program call PAM auth in login?

 
SOLVED
Go to solution

what program call PAM auth in login?

the init or the other program, it is login? where is its source?

thanks,
best Regards,
Frederick
frederick van targero
1 REPLY 1
Goran Koruga
Honored Contributor
Solution

Re: what program call PAM auth in login?

Hi Frederick.

login usually comes from shadow package and it calls PAM itself.

Try ldd /path/to/login

See how it's linked with PAM libraries ?

G.