diff options
author | Bruce Momjian | 2000-05-30 17:40:14 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-05-30 17:40:14 +0000 |
commit | dbb7553bc96582586bc9231e65c51b0e70338d23 (patch) | |
tree | 0fc41650826bc1dabeb98dd7536d2a538e303f1c | |
parent | 6a8dab29811728cc9cfd9712d2486fd51a6d4a26 (diff) |
Update pg_hba.conf with more examples
-rw-r--r-- | src/backend/libpq/pg_hba.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index a4d489365b7..44010c7b9c5 100644 --- a/src/backend/libpq/pg_hba.conf.sample +++ b/src/backend/libpq/pg_hba.conf.sample @@ -132,7 +132,7 @@ #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 -# 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 # user is created. # |