blob: 61082d097e4cd30070dc08ae35439b1be9c9fdcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
##
## pam_pgsql.conf
##
## This is a sample pam_pgsql configuration file that uses pam_pgsql
## to authentificate agains PostgreSQL.
## the user name and password to log into the pgsql server
#host = 127.0.0.1
#user = user
#password = secret
## the database name on the servers
#database = database
## the table name
#table = table
#user_column = username
#pwd_column = password
#pw_type = md5
|