search for: write_login

Displaying 1 result from an estimated 1 matches for "write_login".

Did you mean: write_log
2000 Nov 14
0
2.3.0p1, Solaris 7 and last login (fwd)
...version: 0.9.6 Compiler: gcc 2.95.2 I've been looking around in the mailing list archive, and it seems that a problem with similar symptoms was fixed in 2.3.0p1, but unfortunately, this does not fix the problem for me. The fix in question was the removal of an erroneous call to write_login() which happened before getting the last login details. However, I found out that the call to do_pam_session(), which happens before the get_last_login_time() call, also writes a last login entry in my case. I made a workaround for the problem, but I'm sure it is not the way to do it. One good...