rafket / pam_duress

A pam module written in C for duress codes in linux authentication
GNU General Public License v2.0
146 stars 11 forks source link

How can i run this in windows operating system #13

Closed johura closed 4 years ago

johura commented 4 years ago

My master's thesis topic is as same as your title. That's why I tried to run many times in windows but it failed to get so many errors. Please help me to suggest some points to run the code.

Lqp1 commented 4 years ago

This code is a PAM Module (see wikipedia PAM; PAM is a Unix framework and is not available on Windows. So basically you need to change all PAM related calls in this repository to Windows' own authentication framework. You can start reading this documentation about Windows credentials.

Also atm all the scripts in this repo rely on Linux/BSD file hierarchy so you'll need to change that also.