mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +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
971a158e67
commit
1218abc47e
@ -6657,22 +6657,6 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
|
||||
</para>
|
||||
</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 Kerberos authentication is
|
||||
selected by the server.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<indexterm>
|
||||
|
Loading…
x
Reference in New Issue
Block a user