Commit 3ef95741 authored by Magnus Hagander's avatar Magnus Hagander

Refer to pg_ident.conf as config file for username mapping, as it's

now used for other things than just ident authentication.

Noted by Stephen Frost
parent 64719a18
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.276 2010/05/03 10:31:29 heikki Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.277 2010/05/18 19:05:17 mha Exp $ -->
<chapter Id="runtime-config"> <chapter Id="runtime-config">
<title>Server Configuration</title> <title>Server Configuration</title>
...@@ -243,7 +243,7 @@ SET ENABLE_SEQSCAN TO OFF; ...@@ -243,7 +243,7 @@ SET ENABLE_SEQSCAN TO OFF;
<listitem> <listitem>
<para> <para>
Specifies the configuration file for Specifies the configuration file for
<application>ident</> authentication <xref linkend="auth-username-maps"> username mapping
(customarily called <filename>pg_ident.conf</>). (customarily called <filename>pg_ident.conf</>).
This parameter can only be set at server start. This parameter can only be set at server start.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment