diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-03-19 10:04:34 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-03-19 10:05:04 -0400 |
commit | 56bb7f2a0275c5e7f17f8fba0d93d12a471869a4 (patch) | |
tree | 156ada55df88679263d982189a024e6ed477c708 | |
parent | fbcf4b92aa64d4577bcf25925b055316b978744a (diff) | |
download | postgresql-56bb7f2a0275c5e7f17f8fba0d93d12a471869a4.tar.gz postgresql-56bb7f2a0275c5e7f17f8fba0d93d12a471869a4.zip |
Remove "all balls" mention of network address; change IPv6 address to ::/0.
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index c05805b1d28..4ca723fe1a6 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -241,8 +241,8 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable> <literal>172.20.143.89/32</literal> for a single host, or <literal>172.20.143.0/24</literal> for a small network, or <literal>10.6.0.0/16</literal> for a larger one. - <literal>0.0.0.0/0</literal> (<quote>all balls</>) represents all - IPv4 addresses, and <literal>::</literal> represents + <literal>0.0.0.0/0</literal> represents all + IPv4 addresses, and <literal>::/0</literal> represents all IPv6 addresses. To specify a single host, use a CIDR mask of 32 for IPv4 or 128 for IPv6. In a network address, do not omit trailing zeroes. |