openwall / tcb

Alternative password shadowing scheme
https://www.openwall.com/tcb/
Other
8 stars 3 forks source link

pam_tcb: Allow setting a custom PAM_SO_SUFFIX during build. #5

Closed besser82 closed 3 years ago

besser82 commented 3 years ago

At least FreeBSD and NetBSD are using OpenPAM, which needs the ability to specify a PAM_SO_SUFFIX to externally built modules.

besser82 commented 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.

solardiz commented 3 years ago

@besser82 Given your testing on NetBSD and that CI is happy, I'm going to merge this now. Thank you!

besser82 commented 3 years ago

@solardiz I forgot to push a change that was required, but we can do this in another PR.