howdy/src/pam
2021-07-25 00:20:55 +02:00
..
subprojects [WIP]: Add native PAM module 2020-12-26 09:33:19 +01:00
.gitignore [WIP]: Add native PAM module 2020-12-26 09:33:19 +01:00
main.cc chore: fix misspell 2021-07-25 00:20:55 +02:00
main.hh fix: fix native and input workarounds 2021-07-25 00:12:30 +02:00
meson.build feat: add workarounds 2021-06-30 22:21:10 +02:00
optional_task.hh fix: fix native and input workarounds 2021-07-25 00:12:30 +02:00
README.md Add instructions for installation 2021-04-07 11:32:44 +02:00

Howdy PAM module

Build

meson setup build -Dinih:with_INIReader=true
meson compile -C build

Install

sudo mv build/libpam_howdy.so /lib/security/pam_howdy.so

Change PAM config line to:

auth     sufficient pam_howdy.so