SUSE / pam-config

Tool to modify common PAM configuration files
GNU General Public License v2.0
9 stars 16 forks source link

pam-config

pam-config is a command line utility to maintain the common PAM configuration files included by most PAM application configuration files. It can be used to configure a system for different network or hardware based authentication schemes. pam-config can also add/adjust/remove other PAM modules and their options.

Contributing

sudo zypper install autoconf make gcc autogen gettext-tools
cd pam-config
./autogen.sh
./configure --help
./configure --prefix=/tmp/pam-config
make