summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pam_pgsql/files/pam_pgsql.conf')
-rw-r--r--sys-auth/pam_pgsql/files/pam_pgsql.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-auth/pam_pgsql/files/pam_pgsql.conf b/sys-auth/pam_pgsql/files/pam_pgsql.conf
deleted file mode 100644
index 61082d097..000000000
--- a/sys-auth/pam_pgsql/files/pam_pgsql.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-##
-## 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