search for: pam_wtmpdb

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

2023 Apr 25
0
[PATCH] support for wtmpdb (Y2038 safe wtmp replacement)
...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 module with sshd, but need support via the wtmpdb library. Attached is a patch which adds wtmpdb support in the same way as for wtmp and utmp. Comment...