mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.220.2.4 2010/04/18 23:59:55 rhaas Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.220.2.5 2010/05/18 19:05:24 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;
|
|||||||
<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>
|
||||||
|
Reference in New Issue
Block a user