pam
pluggable Authentication Modules
TLDR
Check PAM configuration
$ pam-auth-update
Test PAM authenticationcopy
$ pamtester [service] [user] authenticate
View PAM configcopy
$ cat /etc/pam.d/[service]
Debug PAMcopy
$ pam-auth-update --package
copy
SYNOPSIS
pam modules configured in /etc/pam.d/
DESCRIPTION
PAM is Pluggable Authentication Modules. Framework for system authentication.The system provides flexible authentication. Configured per-service.
PARAMETERS
Configuration files in /etc/pam.d/:auth
Authentication token verification.account
Account validation.password
Password update.session
Session setup/teardown.
CAVEATS
Critical system component. Misconfiguration can lock out users. Test carefully.
HISTORY
PAM was developed by Sun Microsystems as a pluggable authentication framework.