FirefighterBlu3 / python-pam

Python pam module supporting py3 (py2 support still exists but is deprecated)
MIT License
110 stars 24 forks source link

cdll unable to find dlls #15

Closed codesiddhar closed 4 years ago

codesiddhar commented 5 years ago

ctypes cdll unable to find c lib and pam lib, in my os windows 7 64bit. I m ok to tweak the cdll with absolute path or hardcoded path of DLL. but I donno where to download those dlls?

FirefighterBlu3 commented 4 years ago

I've left this open for anyone to post research and comment -- I don't know if this is even a thing for Windows. PAM is a system for authenticating on *nix type platforms and I've never encountered anyone implementing it for a Windows system.

I'm going to close this for now, if anyone wants to post about such an implementation, feel free to reopen.