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