patch-etc_pgbouncer_ini 679 B

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