]> granicus.if.org Git - postgresql/commitdiff
Improve comments.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Nov 2000 20:48:38 +0000 (20:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Nov 2000 20:48:38 +0000 (20:48 +0000)
src/backend/libpq/pg_ident.conf.sample

index f0e9481a1d4dadff969373c5fd871070f511bb19..4abaff974140ae267ea74563d9eeb50c3f57e927 100644 (file)
 # 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