From 979a530dded929d8fe1c54271bd13c4131f7cb8a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 10 Nov 2004 21:54:23 +0000 Subject: [PATCH] Fix some spacing problems. --- doc/src/sgml/client-auth.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 2597116dbf..f96832df65 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,5 +1,5 @@ @@ -88,7 +88,7 @@ $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.66 2004/08/26 16:50:05 momj local database user authentication-method authentication-option host database user CIDR-address authentication-method authentication-option hostssl database user CIDR-address authentication-method authentication-option -hostnossl database user CIDR-address authentication-method authentication-option +hostnossl database user CIDR-address authentication-method authentication-option host database user IP-address IP-mask authentication-method authentication-option hostssl database user IP-address IP-mask authentication-method authentication-option hostnossl database user IP-address IP-mask authentication-method authentication-option @@ -199,7 +199,7 @@ hostnossl database user CIDR-address - specifies the client machine IP addresses that this record + Specifies the client machine IP addresses that this record matches. It contains an IP address in standard dotted decimal notation and a CIDR mask length. (IP addresses can only be specified numerically, not as domain or host names.) For example, @@ -511,15 +511,15 @@ host all all 192.168.0.0/16 ident omicron # all cases. # # TYPE DATABASE USER CIDR-ADDRESS METHOD -local sameuser all md5 -local all @admins md5 -local all +support md5 +local sameuser all md5 +local all @admins md5 +local all +support md5 # The last two lines above can be combined into a single line: -local all @admins,+support md5 +local all @admins,+support md5 # The database column can also use lists and file names, but not groups: -local db1,db2,@demodbs all md5 +local db1,db2,@demodbs all md5