Thanks, Gavin. Problem solved! :)
in my /etc/pam.d/login :
# Prints the last login info upon succesful login
# (Replaces the `LASTLOG_ENAB' option from login.defs)
session optional pam_lastlog.so
and your link at
die.net had me append "noupdate showfailed" as switches
session required pam_lastlog.so noupdate showfailed
so I cut and pasted it to my /etc/pam.d/sshd and /etc/pam.d/su
had to reboot my box ... and it works like a charm.
Thanks to all.
Le Dimanche 10 novembre 2013 23h55, Gavin Westwood
<bitfolk-lists(a)gavinwestwood.me.uk> a écrit :
Hello Max.
On 10/11/2013 22:44, Max B wrote:
in shadow-4.1.5.1/src/login.c , which reads /etc/login.defs for FAILLOG_ENAB
#ifndef USE_PAM
<snip>
Does anyone know why this segment of code is unused when USE_PAM is defined??
<snip>
That is because there is a PAM module that does the same thing (and
evidently deprecates the previously mentioned code).
See:
http://linux.die.net/man/8/pam_lastlog
and
http://unix.stackexchange.com/questions/77801/show-last-login-information-w…
Thanks
Gavin
_______________________________________________
users mailing list
users(a)lists.bitfolk.com
https://lists.bitfolk.com/mailman/listinfo/users