Content-Length: 261510 | pFad | http://github.com/postgrespro/testgres/commit/0611d1098fcc97ae1592df9610811a0952f33a61

40 Change pg_hba.conf default params · postgrespro/testgres@0611d10 · GitHub
Skip to content

Commit 0611d10

Browse files
author
vshepard
committed
Change pg_hba.conf default params
1 parent 1eb9a92 commit 0611d10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testgres/node.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,8 @@ def get_auth_method(t):
530530
u"host\treplication\tall\t::1/128\t\t{}\n".format(auth_host),
531531
u"host\treplication\tall\t{}/24\t\t{}\n".format(subnet_base, auth_host),
532532
u"host\tall\tall\t{}/24\t\t{}\n".format(subnet_base, auth_host),
533-
u"host\tall\tall\tall\t{}\n".format(auth_host)
533+
u"host\tall\tall\tall\t{}\n".format(auth_host),
534+
u"host\treplication\tall\tall\t{}\n".format(auth_host)
534535
] # yapf: disable
535536

536537
# write missing lines

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/testgres/commit/0611d1098fcc97ae1592df9610811a0952f33a61

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy