diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-05-18 19:05:17 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-05-18 19:05:17 +0000 |
commit | 3ef95741026384e97a4adfd24f6dc7b2db9aafc8 (patch) | |
tree | 7d666225d559c7cee60afc2959e0798b1befb88c /doc/src | |
parent | 64719a18dbe36871635bbebd718a1267b9447bcd (diff) | |
download | postgresql-3ef95741026384e97a4adfd24f6dc7b2db9aafc8.tar.gz postgresql-3ef95741026384e97a4adfd24f6dc7b2db9aafc8.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
Diffstat (limited to 'doc/src')
-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 754c0110df7..9b509b11e47 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.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"> <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> |