Re: Documentation Bug/Misnomer?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Documentation Bug/Misnomer?
Date: 2010-05-18 18:44:57
Message-ID: AANLkTikVMPvZMcSf-p7OAtGw0_Tl6hP0f5DjNawUM-AV@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 18, 2010 at 12:49 PM, Stephen Frost <sfrost(at)snowman(dot)net> wrote:
> Greetings,
>
> Under:
>
> http://developer.postgresql.org/pgdocs/postgres/runtime-config-file-locations.html
>
> We have:
>
> ident_file (string)
>
>    Specifies the configuration file for ident authentication
>        (customarily called pg_ident.conf). This parameter can only be set
>        at server start.
>
> That's not really accurate anymore, is it?  It's referring to the
> username maps now, which are used for Ident, GSSAPI, SSL, etc..

That definitely looks wrong. How about this?

diff -c -r1.276 config.sgml
*** config.sgml 3 May 2010 10:31:29 -0000 1.276
--- config.sgml 18 May 2010 18:44:30 -0000
***************
*** 242,249 ****
</indexterm>
<listitem>
<para>
! Specifies the configuration file for
! <application>ident</> authentication
(customarily called <filename>pg_ident.conf</>).
This parameter can only be set at server start.
</para>
--- 242,248 ----
</indexterm>
<listitem>
<para>
! Specifies the configuration file for username mapping
(customarily called <filename>pg_ident.conf</>).
This parameter can only be set at server start.
</para>

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2010-05-18 18:46:29 Re: Documentation Bug/Misnomer?
Previous Message Stefan Kaltenbrunner 2010-05-18 18:28:49 Re: Clarifications of licences on pgfoundry