PAM system-auth configuration

Some Linux systems are able to include a central system-auth file that is generated by a Control Panel program that is used to configure how the system authenticates users.

#%PAM-1.0
auth       include      system-auth
account    include      system-auth
password   include      system-auth
session    include      system-auth
Back to Linux-PAM