Operating System - Linux
1832095 Members
3075 Online
110038 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.