Hey all
End december, I decided to upgrade my MacOS to Sierra. Now currently on version
10.12.3I used to have the pam working with previous versions of MacOS.
I've reinstalled and checked the settings, links and file permissions. I even turned off
system integrity protection.
It just will no longer work. If i enable the yubikey in /etc/pam.d/sudo, i am getting this error:
Code:
in openpam_load_module(): no pam_yubico.so found
i've tried this in the configuration:
Code:
auth sufficient pam_yubico.so mode=challenge-response
and this:
Code:
auth sufficient /usr/local/lib/security/pam_yubico.so mode=challenge-response
i've even tried copying the file into
Code:
/usr/lib/pam/
Any one got this to work???