Configuring the Linux Authentication System
In this section, the Tellaro’s PAM configuration is modified to require the strongauth user to authenticate on the Console with:
Steps
Add a group named mfausers to /etc/group
shell> groupadd mfausers
Add the strongauth account to the mfausers group
shell> gpasswd --a strongauth mfausers
Create an empty file called /var/log/pamfido.log
shell> touch /var/log/pamfido.log
Make the pamfido.log file write-able by the group
shell> chmod 664 /var/log/pamfido.log
Copyright (c) 2001-2024 StrongAuth, Inc. (dba StrongKey) All Rights Reserved