0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Add instructions for installation

This commit is contained in:
MusiKid 2021-04-07 11:32:44 +02:00 committed by musikid
parent 1c25bf035b
commit 1cb38b0891
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

@ -5,5 +5,16 @@
```sh
meson setup build -Dinih:with_INIReader=true
meson compile -C build
```
## Install
```sh
sudo mv build/libpam_howdy.so /lib/security/pam_howdy.so
```
Change PAM config line to:
```pam
auth sufficient pam_howdy.so
```