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
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,
# 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