diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-09-28 19:25:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-09-28 19:25:36 +0000 |
commit | 9dcec8135ba33cb72d7955baaf79a10808086c31 (patch) | |
tree | 1bce9356cbf6df4efe849b85e657bb7afafc4de2 | |
parent | 7fb60b06ffd748d8fe38136c9db5ca66b62cfeaf (diff) | |
download | postgresql-9dcec8135ba33cb72d7955baaf79a10808086c31.tar.gz postgresql-9dcec8135ba33cb72d7955baaf79a10808086c31.zip |
Improve wording.
-rw-r--r-- | src/backend/libpq/pg_hba.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index c61915bd31f..fe615a5380f 100644 --- a/src/backend/libpq/pg_hba.conf.sample +++ b/src/backend/libpq/pg_hba.conf.sample @@ -125,8 +125,8 @@ # not store encrypted passwords if you use this option. # # ident: For TCP/IP connections, authentication is done by contacting -# the ident server on the client host. (CAUTION: this is -# only as secure as the client machine!) On machines that +# the ident server on the client host. Remember, this is +# only as secure as the client machine. On machines that # support unix-domain socket credentials (currently Linux, # FreeBSD, NetBSD, and BSD/OS), this method also works for # "local" connections. |