Operating System - Linux
1827671 Members
3419 Online
109967 Solutions
New Discussion

Re: 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.