Skip to content
Snippets Groups Projects
Commit dbb7553b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update pg_hba.conf with more examples

parent 6a8dab29
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ ...@@ -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.
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment