mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03:00
Remove docs mention of PGREALM variable
This variable was only used with Kerberos v4. That support was removed in 2005, but we forgot to remove the documentation. Noted by Shinichi Matsuda
This commit is contained in:
parent
a3043d3634
commit
d192a19799
@ -6651,22 +6651,6 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
<indexterm>
|
|
||||||
<primary><envar>PGREALM</envar></primary>
|
|
||||||
</indexterm>
|
|
||||||
<envar>PGREALM</envar> sets the Kerberos realm to use with
|
|
||||||
<productname>PostgreSQL</productname>, if it is different from the
|
|
||||||
local realm. If <envar>PGREALM</envar> is set,
|
|
||||||
<application>libpq</application> applications will attempt
|
|
||||||
authentication with servers for this realm and use separate ticket
|
|
||||||
files to avoid conflicts with local ticket files. This
|
|
||||||
environment variable is only used if GSSAPI authentication is
|
|
||||||
selected by the server.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<indexterm>
|
<indexterm>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user