openbsd-ports/databases/pgbouncer/patches/patch-etc_pgbouncer_ini
pea 2491e9e591 Bugfix update to 1.5.2
ok ajacoutot@
2012-06-18 11:38:48 +00:00

22 lines
679 B
Plaintext

$OpenBSD: patch-etc_pgbouncer_ini,v 1.3 2012/06/18 11:38:48 pea Exp $
--- etc/pgbouncer.ini.orig Wed Jun 6 10:41:02 2012
+++ etc/pgbouncer.ini Wed Jun 6 10:41:26 2012
@@ -50,7 +50,7 @@ listen_port = 6432
;;;
; any, trust, plain, crypt, md5
-auth_type = trust
+auth_type = md5
;auth_file = /8.0/main/global/pg_auth
auth_file = /etc/pgbouncer/userlist.txt
@@ -59,7 +59,7 @@ auth_file = /etc/pgbouncer/userlist.txt
;;;
; comma-separated list of users, who are allowed to change settings
-;admin_users = user2, someadmin, otheradmin
+admin_users = admin, pgbouncer
; comma-separated list of users who are just allowed to use SHOW command
;stats_users = stats, root