Closed besser82 closed 3 years ago
@solardiz I've tested password auth with a local user in a VM with a recent NetBSD install and it works. I just need to explicitly rename pam_tcb.so
to pam_tcb.so.2
and set a proper soname during linking.
@besser82 Given your testing on NetBSD and that CI is happy, I'm going to merge this now. Thank you!
@solardiz I forgot to push a change that was required, but we can do this in another PR.
At least FreeBSD and NetBSD are using OpenPAM, which needs the ability to specify a
PAM_SO_SUFFIX
to externally built modules.