# PostgreSQL Client Authentication Configuration File
# ===================================================
#
# Put your actual configuration here
# ----------------------------------
#
# CAUTION: The default configuration allows any local user to connect
# using any PostgreSQL user name, including the superuser, over either
# Unix-domain sockets or TCP/IP. If you are on a multiple-user
# machine, the default configuration is probably too liberal for you.
# Change it to use something other than "trust" authentication.
#
# If you want to allow non-local connections, you need to add more
# "host" records. Also, remember TCP/IP connections are only enabled
# if you enable "tcpip_socket" in postgresql.conf.

# TYPEDATABASEUSERIP-ADDRESSIP-MASKMETHOD
localallalltrust

# IPv4-style local connections:

hostallall127.0.0.1255.255.255.255trust
hostallall192.168.0.0255.255.0.0trust
#