|
#if !defined(USE_PAM) |
|
/* This is done by pam_lastlog */ |
|
updwtmpx(_PATH_WTMP, ut); |
|
#endif |
Who calls pam_lastlog()? I don't see any explicit calls in our source code. This comment should mention the PAM call that we do call that does that.
@ikerexxe , @hallyn Do you know which PAM call does that?
shadow/lib/utmp.c
Lines 374 to 377 in e78742e
Who calls pam_lastlog()? I don't see any explicit calls in our source code. This comment should mention the PAM call that we do call that does that.
@ikerexxe , @hallyn Do you know which PAM call does that?