diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-11-21 20:48:38 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-11-21 20:48:38 +0000 |
commit | 74299f66d5299b105d24d125cf1600bc70f14dcd (patch) | |
tree | 33e8cd3b1fe42319a32f371ddd150c5106ca49f3 /src | |
parent | c1257d4c5c9f9632eda42a8660af587bf9712a3a (diff) | |
download | postgresql-74299f66d5299b105d24d125cf1600bc70f14dcd.tar.gz postgresql-74299f66d5299b105d24d125cf1600bc70f14dcd.zip |
Improve comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/libpq/pg_ident.conf.sample | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/backend/libpq/pg_ident.conf.sample b/src/backend/libpq/pg_ident.conf.sample index f0e9481a1d4..4abaff97414 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 |