We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1257d4 commit 74299f6Copy full SHA for 74299f6
src/backend/libpq/pg_ident.conf.sample
@@ -19,7 +19,11 @@
19
# A user always has to specify when he connects what Postgres username he is
20
# using. This file is only used to validate that selection.
21
22
-#testmap robert bob
23
-#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
24
+# the special map name "sameuser" in pg_hba.conf.
25
26
+#MAP IDENT POSTGRES USERNAME
27
28
+#testmap robert bob
29
+#testmap lucy lucy
0 commit comments