mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
# USER can be "all", an actual user name or a group name prefixed with
|
# USER can be "all", an actual user name or a group name prefixed with
|
||||||
# "+" or a list containing either. IP-ADDRESS and IP-MASK specify the
|
# "+" or a list containing either. IP-ADDRESS and IP-MASK specify the
|
||||||
# set of hosts the record matches. CIDR-MASK is an integer between 0
|
# set of hosts the record matches. CIDR-MASK is an integer between 0
|
||||||
# and 32 (IPv6) or 128(IPv6) inclusive, that specifies the number of
|
# and 32 (IPv4) or 128 (IPv6) inclusive, that specifies the number of
|
||||||
# significant bits in the mask, so an IPv4 CIDR-MASK of 8 is equivalent
|
# significant bits in the mask, so an IPv4 CIDR-MASK of 8 is equivalent
|
||||||
# to an IP-MASK of 255.0.0.0, and an IPv6 CIDR-MASK of 64 is equivalent
|
# to an IP-MASK of 255.0.0.0, and an IPv6 CIDR-MASK of 64 is equivalent
|
||||||
# to an IP-MASK of ffff:ffff:ffff:ffff::. METHOD can be "trust", "reject",
|
# to an IP-MASK of ffff:ffff:ffff:ffff::. METHOD can be "trust", "reject",
|
||||||
|
Reference in New Issue
Block a user