diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/libpq/pg_hba.conf.sample | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index 0a50905eff6..a12ba26ad57 100644 --- a/src/backend/libpq/pg_hba.conf.sample +++ b/src/backend/libpq/pg_hba.conf.sample @@ -79,11 +79,11 @@ @remove-line-for-nolocal@# "local" is for Unix domain socket connections only @remove-line-for-nolocal@local all all @authmethodlocal@ # IPv4 local connections: -host all all 127.0.0.1/32 @authmethod@ +host all all 127.0.0.1/32 @authmethodhost@ # IPv6 local connections: -host all all ::1/128 @authmethod@ +host all all ::1/128 @authmethodhost@ # Allow replication connections from localhost, by a user with the # replication privilege. @remove-line-for-nolocal@#local replication @default_username@ @authmethodlocal@ -#host replication @default_username@ 127.0.0.1/32 @authmethod@ -#host replication @default_username@ ::1/128 @authmethod@ +#host replication @default_username@ 127.0.0.1/32 @authmethodhost@ +#host replication @default_username@ ::1/128 @authmethodhost@ |