@@ -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>
@@ -977,7 +977,7 @@ omicron bryanh guest1
977
977
<para>
978
978
<link linkend="auth-ident">Ident authentication</link>, which
979
979
relies on an <quote>Identification Protocol</quote>
980
- (<ulink url="https://tools .ietf.org/html/rfc1413">RFC 1413</ulink>)
980
+ (<ulink url="https://datatracker .ietf.org/doc /html/rfc1413">RFC 1413</ulink>)
981
981
service on the client's machine. (On local Unix-socket connections,
982
982
this is treated as peer authentication.)
983
983
</para>
@@ -1116,7 +1116,7 @@ omicron bryanh guest1
1116
1116
<para>
1117
1117
The method <literal>scram-sha-256</literal> performs SCRAM-SHA-256
1118
1118
authentication, as described in
1119
- <ulink url="https://tools .ietf.org/html/rfc7677">RFC 7677</ulink>. It
1119
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc7677">RFC 7677</ulink>. It
1120
1120
is a challenge-response scheme that prevents password sniffing on
1121
1121
untrusted connections and supports storing passwords on the server in a
1122
1122
cryptographically hashed form that is thought to be secure.
@@ -1228,7 +1228,7 @@ omicron bryanh guest1
1228
1228
<para>
1229
1229
<productname>GSSAPI</productname> is an industry-standard protocol
1230
1230
for secure authentication defined in
1231
- <ulink url="https://tools .ietf.org/html/rfc2743">RFC 2743</ulink>.
1231
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc2743">RFC 2743</ulink>.
1232
1232
<productname>PostgreSQL</productname>
1233
1233
supports <productname>GSSAPI</productname> for authentication,
1234
1234
communications encryption, or both.
@@ -1543,7 +1543,7 @@ omicron bryanh guest1
1543
1543
1544
1544
<para>
1545
1545
The <quote>Identification Protocol</quote> is described in
1546
- <ulink url="https://tools .ietf.org/html/rfc1413">RFC 1413</ulink>.
1546
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc1413">RFC 1413</ulink>.
1547
1547
Virtually every Unix-like
1548
1548
operating system ships with an ident server that listens on TCP
1549
1549
port 113 by default. The basic functionality of an ident server
@@ -1712,7 +1712,7 @@ omicron bryanh guest1
1712
1712
<para>
1713
1713
Set to 1 to make the connection between PostgreSQL and the LDAP server
1714
1714
use TLS encryption. This uses the <literal>StartTLS</literal>
1715
- operation per <ulink url="https://tools .ietf.org/html/rfc4513">RFC 4513</ulink>.
1715
+ operation per <ulink url="https://datatracker .ietf.org/doc /html/rfc4513">RFC 4513</ulink>.
1716
1716
See also the <literal>ldapscheme</literal> option for an alternative.
1717
1717
</para>
1718
1718
</listitem>
@@ -1807,7 +1807,7 @@ omicron bryanh guest1
1807
1807
<term><literal>ldapurl</literal></term>
1808
1808
<listitem>
1809
1809
<para>
1810
- An <ulink url="https://tools .ietf.org/html/rfc4516">RFC 4516</ulink>
1810
+ An <ulink url="https://datatracker .ietf.org/doc /html/rfc4516">RFC 4516</ulink>
1811
1811
LDAP URL. This is an alternative way to write some of the
1812
1812
other LDAP options in a more compact and standard form. The format is
1813
1813
<synopsis>
@@ -1870,7 +1870,7 @@ ldap[s]://<replaceable>host</replaceable>[:<replaceable>port</replaceable>]/<rep
1870
1870
<productname>OpenLDAP</productname> as the LDAP client library, the
1871
1871
<literal>ldapserver</literal> setting may be omitted. In that case, a
1872
1872
list of host names and ports is looked up via
1873
- <ulink url="https://tools .ietf.org/html/rfc2782">RFC 2782</ulink> DNS SRV records.
1873
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc2782">RFC 2782</ulink> DNS SRV records.
1874
1874
The name <literal>_ldap._tcp.DOMAIN</literal> is looked up, where
1875
1875
<literal>DOMAIN</literal> is extracted from <literal>ldapbasedn</literal>.
1876
1876
</para>