From: Tom Lane Date: Tue, 21 Nov 2000 20:48:38 +0000 (+0000) Subject: Improve comments. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=0331f659bc10e00fbabbd176213183a5845e76a2;p=users%2Fbernd%2Fpostgres.git Improve comments. --- diff --git a/src/backend/libpq/pg_ident.conf.sample b/src/backend/libpq/pg_ident.conf.sample index f0e9481a1d..4abaff9741 100644 --- a/src/backend/libpq/pg_ident.conf.sample +++ b/src/backend/libpq/pg_ident.conf.sample @@ -19,7 +19,11 @@ # A user always has to specify when he connects what Postgres username he is # using. This file is only used to validate that selection. -#testmap robert bob -#testmap lucy lucy +# If you just need a one-to-one correspondence between usernames reported +# by ident and Postgres usernames, you don't need this file. Instead use +# the special map name "sameuser" in pg_hba.conf. +#MAP IDENT POSTGRES USERNAME +#testmap robert bob +#testmap lucy lucy