diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-05-18 19:05:24 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-05-18 19:05:24 +0000 |
commit | 7829e8123839ca99af4156f56f15135c18127152 (patch) | |
tree | 0f2e94f5fdd609784a19bd26d92e1d2cdee9e2ca | |
parent | 58ae67ed2e151c3eb20627d1343c6e7f97ecdbd7 (diff) | |
download | postgresql-7829e8123839ca99af4156f56f15135c18127152.tar.gz postgresql-7829e8123839ca99af4156f56f15135c18127152.zip |
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
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 506c3f13ea3..0075a1ee0d0 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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"> <title>Server Configuration</title> @@ -243,7 +243,7 @@ SET ENABLE_SEQSCAN TO OFF; <listitem> <para> Specifies the configuration file for - <application>ident</> authentication + <xref linkend="auth-username-maps"> username mapping (customarily called <filename>pg_ident.conf</>). This parameter can only be set at server start. </para> |