]> Pileus Git - ~andy/sunrise/blob - sys-auth/pam_pgsql/pam_pgsql/files/pam_pgsql.conf
New pam_pgsql ebuild, based on ebuild submitted by steveb (steeeeeveee at gmx.net...
[~andy/sunrise] / sys-auth / pam_pgsql / pam_pgsql / files / pam_pgsql.conf
1 ##
2 ## pam_pgsql.conf
3 ##
4 ## This is a sample pam_pgsql configuration file that uses pam_pgsql
5 ## to authentificate agains PostgreSQL.
6
7 ## the user name and password to log into the pgsql server
8
9 #host                   = 127.0.0.1
10 #user                   = user
11 #password               = secret
12
13 ## the database name on the servers
14 #database               = database
15
16 ## the table name
17 #table                  = table
18 #user_column            = username
19 #pwd_column             = password
20 #pw_type                = md5