alexander-naumov / pam2control

Easily configurable authentication provider
GNU General Public License v3.0
3 stars 2 forks source link
linux login pam pam-authentication protection security

pam2control

Build Status License

pam2control, commonly known as p2c, is the easily configurable PAM-based authentication provider. It makes it possible to manages access for some users (or group of users; LDAP is supported) just by adding one single line to the config file. It can notify you by sending an email if somebody login on server. It uses syslog and also its own logfile for every login-/logout-events.

It supports FreeBSD and GNU/Linux systems.

Features

Installing pam2control

git clone https://github.com/alexander-naumov/pam2control
cd pam2control/src
make
sudo make install

The p2c.conf man page has details on how to configure pam2control.

Credits

Copyright (c) 2018-2021 Alexander Naumov (alexander_naumov@opensuse.org).

Licensed under GNU GPLv3 (see LICENSE file).