@@ -662,7 +662,7 @@ include_dir <replaceable>directory</replaceable>
662
662
entire <literal>Distinguished Name (DN)</literal> of the certificate.
663
663
This option is probably best used in conjunction with a username map.
664
664
The comparison is done with the <literal>DN</literal> in
665
- <ulink url="https://tools .ietf.org/html/rfc2253">RFC 2253</ulink>
665
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc2253">RFC 2253</ulink>
666
666
format. To see the <literal>DN</literal> of a client certificate
667
667
in this format, do
668
668
<programlisting>
@@ -1089,7 +1089,7 @@ omicron bryanh guest1
1089
1089
<para>
1090
1090
<link linkend="auth-ident">Ident authentication</link>, which
1091
1091
relies on an <quote>Identification Protocol</quote>
1092
- (<ulink url="https://tools .ietf.org/html/rfc1413">RFC 1413</ulink>)
1092
+ (<ulink url="https://datatracker .ietf.org/doc /html/rfc1413">RFC 1413</ulink>)
1093
1093
service on the client's machine. (On local Unix-socket connections,
1094
1094
this is treated as peer authentication.)
1095
1095
</para>
@@ -1228,7 +1228,7 @@ omicron bryanh guest1
1228
1228
<para>
1229
1229
The method <literal>scram-sha-256</literal> performs SCRAM-SHA-256
1230
1230
authentication, as described in
1231
- <ulink url="https://tools .ietf.org/html/rfc7677">RFC 7677</ulink>. It
1231
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc7677">RFC 7677</ulink>. It
1232
1232
is a challenge-response scheme that prevents password sniffing on
1233
1233
untrusted connections and supports storing passwords on the server in a
1234
1234
cryptographically hashed form that is thought to be secure.
@@ -1340,7 +1340,7 @@ omicron bryanh guest1
1340
1340
<para>
1341
1341
<productname>GSSAPI</productname> is an industry-standard protocol
1342
1342
for secure authentication defined in
1343
- <ulink url="https://tools .ietf.org/html/rfc2743">RFC 2743</ulink>.
1343
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc2743">RFC 2743</ulink>.
1344
1344
<productname>PostgreSQL</productname>
1345
1345
supports <productname>GSSAPI</productname> for authentication,
1346
1346
communications encryption, or both.
@@ -1655,7 +1655,7 @@ omicron bryanh guest1
1655
1655
1656
1656
<para>
1657
1657
The <quote>Identification Protocol</quote> is described in
1658
- <ulink url="https://tools .ietf.org/html/rfc1413">RFC 1413</ulink>.
1658
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc1413">RFC 1413</ulink>.
1659
1659
Virtually every Unix-like
1660
1660
operating system ships with an ident server that listens on TCP
1661
1661
port 113 by default. The basic functionality of an ident server
@@ -1824,7 +1824,7 @@ omicron bryanh guest1
1824
1824
<para>
1825
1825
Set to 1 to make the connection between PostgreSQL and the LDAP server
1826
1826
use TLS encryption. This uses the <literal>StartTLS</literal>
1827
- operation per <ulink url="https://tools .ietf.org/html/rfc4513">RFC 4513</ulink>.
1827
+ operation per <ulink url="https://datatracker .ietf.org/doc /html/rfc4513">RFC 4513</ulink>.
1828
1828
See also the <literal>ldapscheme</literal> option for an alternative.
1829
1829
</para>
1830
1830
</listitem>
@@ -1919,7 +1919,7 @@ omicron bryanh guest1
1919
1919
<term><literal>ldapurl</literal></term>
1920
1920
<listitem>
1921
1921
<para>
1922
- An <ulink url="https://tools .ietf.org/html/rfc4516">RFC 4516</ulink>
1922
+ An <ulink url="https://datatracker .ietf.org/doc /html/rfc4516">RFC 4516</ulink>
1923
1923
LDAP URL. This is an alternative way to write some of the
1924
1924
other LDAP options in a more compact and standard form. The format is
1925
1925
<synopsis>
@@ -1982,7 +1982,7 @@ ldap[s]://<replaceable>host</replaceable>[:<replaceable>port</replaceable>]/<rep
1982
1982
<productname>OpenLDAP</productname> as the LDAP client library, the
1983
1983
<literal>ldapserver</literal> setting may be omitted. In that case, a
1984
1984
list of host names and ports is looked up via
1985
- <ulink url="https://tools .ietf.org/html/rfc2782">RFC 2782</ulink> DNS SRV records.
1985
+ <ulink url="https://datatracker .ietf.org/doc /html/rfc2782">RFC 2782</ulink> DNS SRV records.
1986
1986
The name <literal>_ldap._tcp.DOMAIN</literal> is looked up, where
1987
1987
<literal>DOMAIN</literal> is extracted from <literal>ldapbasedn</literal>.
1988
1988
</para>
0 commit comments