Displaying 1 result from an estimated 1 matches for "wtmpdb".
Did you mean:
tmpdb
2023 Apr 25
0
[PATCH] support for wtmpdb (Y2038 safe wtmp replacement)
...glibc_utmp_64bit/
https://www.thkukuk.de/blog/Y2038_glibc_wtmp_64bit/
Since the glibc developers stated that they don't plan to solve the problem
in glibc, but think that this interfaces are legacy and should be
removed from glibc (like musl libc, which does not have them), I implemented
with wtmpdb a Y2038 safe alternative to wtmp.
https://github.com/thkukuk/wtmpdb
Like pam_systemd it in most cases all data with a PAM module
"pam_wtmpdb", but sshd is a little bit special here: when it does the
authentication, the TTY isn't yet known.
For this reason, we cannot use the PAM modu...