mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries
to make it easier to use with tabs.
This commit is contained in:
@ -67,11 +67,11 @@
|
||||
|
||||
@authcomment@
|
||||
|
||||
# TYPE DATABASE USER CIDR-ADDRESS METHOD
|
||||
# TYPE DATABASE USER CIDR-ADDRESS METHOD
|
||||
|
||||
@remove-line-for-nolocal@# "local" is for Unix domain socket connections only
|
||||
@remove-line-for-nolocal@local all all @authmethod@
|
||||
@remove-line-for-nolocal@local all all @authmethod@
|
||||
# IPv4 local connections:
|
||||
host all all 127.0.0.1/32 @authmethod@
|
||||
host all all 127.0.0.1/32 @authmethod@
|
||||
# IPv6 local connections:
|
||||
host all all ::1/128 @authmethod@
|
||||
host all all ::1/128 @authmethod@
|
||||
|
@ -37,4 +37,4 @@
|
||||
# Put your actual configuration here
|
||||
# ----------------------------------
|
||||
|
||||
# MAPNAME SYSTEM-USERNAME PG-USERNAME
|
||||
# MAPNAME SYSTEM-USERNAME PG-USERNAME
|
||||
|
Reference in New Issue
Block a user