@@ -627,7 +627,7 @@ hostnogssenc <replaceable>database</replaceable> <replaceable>user</replaceabl
627
627
entire <literal>Distinguished Name (DN)</literal> of the certificate.
628
628
This option is probably best used in conjunction with a username map.
629
629
The comparison is done with the <literal>DN</literal> in
630
- <ulink url="https://tools .ietf.org/html/rfc2253">RFC 2253</ulink>
630
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc2253">RFC 2253</ulink>
631
631
format. To see the <literal>DN</literal> of a client certificate
632
632
in this format, do
633
633
<programlisting>
@@ -967,7 +967,7 @@ omicron bryanh guest1
967
967
<para>
968
968
<link linkend="auth-ident">Ident authentication</link>, which
969
969
relies on an <quote>Identification Protocol</quote>
970
- (<ulink url="https://tools .ietf.org/html/rfc1413">RFC 1413</ulink>)
970
+ (<ulink url="https://datatracker .ietf.org/doc /html/rfc1413">RFC 1413</ulink>)
971
971
service on the client's machine. (On local Unix-socket connections,
972
972
this is treated as peer authentication.)
973
973
</para>
@@ -1106,7 +1106,7 @@ omicron bryanh guest1
1106
1106
<para>
1107
1107
The method <literal>scram-sha-256</literal> performs SCRAM-SHA-256
1108
1108
authentication, as described in
1109
- <ulink url="https://tools .ietf.org/html/rfc7677">RFC 7677</ulink>. It
1109
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc7677">RFC 7677</ulink>. It
1110
1110
is a challenge-response scheme that prevents password sniffing on
1111
1111
untrusted connections and supports storing passwords on the server in a
1112
1112
cryptographically hashed form that is thought to be secure.
@@ -1218,7 +1218,7 @@ omicron bryanh guest1
1218
1218
<para>
1219
1219
<productname>GSSAPI</productname> is an industry-standard protocol
1220
1220
for secure authentication defined in
1221
- <ulink url="https://tools .ietf.org/html/rfc2743">RFC 2743</ulink>.
1221
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc2743">RFC 2743</ulink>.
1222
1222
<productname>PostgreSQL</productname>
1223
1223
supports <productname>GSSAPI</productname> for authentication,
1224
1224
communications encryption, or both.
@@ -1533,7 +1533,7 @@ omicron bryanh guest1
1533
1533
1534
1534
<para>
1535
1535
The <quote>Identification Protocol</quote> is described in
1536
- <ulink url="https://tools .ietf.org/html/rfc1413">RFC 1413</ulink>.
1536
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc1413">RFC 1413</ulink>.
1537
1537
Virtually every Unix-like
1538
1538
operating system ships with an ident server that listens on TCP
1539
1539
port 113 by default. The basic functionality of an ident server
@@ -1702,7 +1702,7 @@ omicron bryanh guest1
1702
1702
<para>
1703
1703
Set to 1 to make the connection between PostgreSQL and the LDAP server
1704
1704
use TLS encryption. This uses the <literal>StartTLS</literal>
1705
- operation per <ulink url="https://tools .ietf.org/html/rfc4513">RFC 4513</ulink>.
1705
+ operation per <ulink url="https://datatracker .ietf.org/doc /html/rfc4513">RFC 4513</ulink>.
1706
1706
See also the <literal>ldapscheme</literal> option for an alternative.
1707
1707
</para>
1708
1708
</listitem>
@@ -1797,7 +1797,7 @@ omicron bryanh guest1
1797
1797
<term><literal>ldapurl</literal></term>
1798
1798
<listitem>
1799
1799
<para>
1800
- An <ulink url="https://tools .ietf.org/html/rfc4516">RFC 4516</ulink>
1800
+ An <ulink url="https://datatracker .ietf.org/doc /html/rfc4516">RFC 4516</ulink>
1801
1801
LDAP URL. This is an alternative way to write some of the
1802
1802
other LDAP options in a more compact and standard form. The format is
1803
1803
<synopsis>
@@ -1860,7 +1860,7 @@ ldap[s]://<replaceable>host</replaceable>[:<replaceable>port</replaceable>]/<rep
1860
1860
<productname>OpenLDAP</productname> as the LDAP client library, the
1861
1861
<literal>ldapserver</literal> setting may be omitted. In that case, a
1862
1862
list of host names and ports is looked up via
1863
- <ulink url="https://tools .ietf.org/html/rfc2782">RFC 2782</ulink> DNS SRV records.
1863
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc2782">RFC 2782</ulink> DNS SRV records.
1864
1864
The name <literal>_ldap._tcp.DOMAIN</literal> is looked up, where
1865
1865
<literal>DOMAIN</literal> is extracted from <literal>ldapbasedn</literal>.
1866
1866
</para>