projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcf4b9
)
Remove "all balls" mention of network address; change IPv6 address to ::/0.
author
Bruce Momjian
Sat, 19 Mar 2011 14:04:34 +0000
(10:04 -0400)
committer
Bruce Momjian
Sat, 19 Mar 2011 14:05:04 +0000
(10:05 -0400)
doc/src/sgml/client-auth.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/client-auth.sgml
b/doc/src/sgml/client-auth.sgml
index c05805b1d28ce345f2d9d5ba1e147845581e760c..4ca723fe1a6ac87d90f93dedbf5c77c4bf2ca5f7 100644
(file)
--- a/
doc/src/sgml/client-auth.sgml
+++ b/
doc/src/sgml/client-auth.sgml
@@
-241,8
+241,8
@@
hostnossl
database
user
172.20.143.89/32
for a single host, or
172.20.143.0/24
for a small network, or
10.6.0.0/16
for a larger one.
-
0.0.0.0/0
(
all balls>)
represents all
- IPv4 addresses, and
::
represents
+
0.0.0.0/0
represents all
+ IPv4 addresses, and
::
/0
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.