aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-07-11 19:36:41 +0000
committerBruce Momjian <bruce@momjian.us>2001-07-11 19:36:41 +0000
commit357d9bdce5ab0336d48b9ee9f9448a5fd7e47c65 (patch)
treeafaa58de7cc38d3db5531e72c19630e56f262de4 /src/backend
parent153f40067630bbea80385621ec09ac38c85d05af (diff)
downloadpostgresql-357d9bdce5ab0336d48b9ee9f9448a5fd7e47c65.tar.gz
postgresql-357d9bdce5ab0336d48b9ee9f9448a5fd7e47c65.zip
Move export to a separate line, per Peter E.
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/libpq/pg_hba.conf.sample14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample
index ddd3994a723..c6711fc08e0 100644
--- a/src/backend/libpq/pg_hba.conf.sample
+++ b/src/backend/libpq/pg_hba.conf.sample
@@ -124,15 +124,15 @@
# usernames stored in secondary password files but not
# secondary passwords.
#
-# ident: Authentication is done by the ident server on the remote
-# host. AUTH_ARGUMENT is required and maps names found in
-# the $PGDATA/pg_ident.conf file. The connection is
-# accepted if the file contains an entry for this map
+# ident: Authentication is done by the ident server on the local
+# or remote host. AUTH_ARGUMENT is required and maps names
+# found in the $PGDATA/pg_ident.conf file. The connection
+# is accepted if the file contains an entry for this map
# name with the ident-supplied username and the requested
# PostgreSQL username. The special map name "sameuser"
-# indicates an implied map (not in pg_ident.conf)
-# that maps each ident username to the identical
-# PostgreSQL username.
+# indicates an implied map (not in pg_ident.conf) that
+# maps each ident username to the identical PostgreSQL
+# username.
#
# krb4: Kerberos V4 authentication is used.
#