/etc/pam.d/postgresql - CentOS Linux 7

This is the default example configuration of postgresql provided by PostgreSQL. This config file was generated by PostgreSQL running on CentOS 7.

It is located under: /etc/pam.d/postgresql

    #%PAM-1.0
auth		include		password-auth
account		include		password-auth

    
  

Config Details

Location
/etc/pam.d/postgresql
Operating system
CentOS Linux 7
Length
3 lines
MD5 checksum
0021b64175b18e68a404ee3eb29211ce

Usage

Download the raw file with wget or curl

Wget

wget -O postgresql.example http://exampleconfig.com/static/raw/postgresql/centos7/etc/pam.d/postgresql

cURL

curl http://exampleconfig.com/static/raw/postgresql/centos7/etc/pam.d/postgresql > postgresql.example