Update pg_hba.conf with more examples

This commit is contained in:
Bruce Momjian 2000-05-30 17:39:56 +00:00
parent bb74b18dd0
commit 8a437bf523

View File

@ -132,7 +132,7 @@
#host template1 192.168.12.10 255.255.255.255 crypt #host template1 192.168.12.10 255.255.255.255 crypt
# #
# The above allows a user from host 192.168.12.10 to connect to # The above allows a user from host 192.168.12.10 to connect to
# database template1 if the password assigned to that user is # database template1 if the user's password in pg_shadow is
# supplied. User passwords are optionally assigned when a # supplied. User passwords are optionally assigned when a
# user is created. # user is created.
# #