Get the default configuration file postgresql for PostgreSQL, optimized for CentOS Linux 6. This example configuration ensures optimal compatibility and performance for PostgreSQL, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/pam.d/postgresql.
For more configurations and setup guides, visit our related files section to further customize your system.
#%PAM-1.0
auth include password-auth
account include password-auth
Download the raw file with wget or curl
wget -O postgresql.example https://exampleconfig.com/static/raw/postgresql/centos6/etc/pam.d/postgresql
curl https://exampleconfig.com/static/raw/postgresql/centos6/etc/pam.d/postgresql > postgresql.example
Other config files you might find useful