@@ -948,7 +948,8 @@ omicron bryanh guest1
948
948
<listitem>
949
949
<para>
950
950
<link linkend="auth-ident">Ident authentication</link>, which
951
- relies on an <quote>Identification Protocol</quote> (RFC 1413)
951
+ relies on an <quote>Identification Protocol</quote>
952
+ (<ulink url="https://tools.ietf.org/html/rfc1413">RFC 1413</ulink>)
952
953
service on the client's machine. (On local Unix-socket connections,
953
954
this is treated as peer authentication.)
954
955
</para>
@@ -1198,7 +1199,8 @@ omicron bryanh guest1
1198
1199
1199
1200
<para>
1200
1201
<productname>GSSAPI</productname> is an industry-standard protocol
1201
- for secure authentication defined in RFC 2743.
1202
+ for secure authentication defined in
1203
+ <ulink url="https://tools.ietf.org/html/rfc2743">RFC 2743</ulink>.
1202
1204
1203
1205
<productname>PostgreSQL</productname>
1204
1206
supports <productname>GSSAPI</productname> for use as either an encrypted,
@@ -1503,7 +1505,8 @@ omicron bryanh guest1
1503
1505
1504
1506
<para>
1505
1507
The <quote>Identification Protocol</quote> is described in
1506
- RFC 1413. Virtually every Unix-like
1508
+ <ulink url="https://tools.ietf.org/html/rfc1413">RFC 1413</ulink>.
1509
+ Virtually every Unix-like
1507
1510
operating system ships with an ident server that listens on TCP
1508
1511
port 113 by default. The basic functionality of an ident server
1509
1512
is to answer questions like <quote>What user initiated the
@@ -1671,8 +1674,8 @@ omicron bryanh guest1
1671
1674
<para>
1672
1675
Set to 1 to make the connection between PostgreSQL and the LDAP server
1673
1676
use TLS encryption. This uses the <literal>StartTLS</literal>
1674
- operation perRFC 4513. See also the <literal>ldapscheme</literal>
1675
- option for an alternative.
1677
+ operation per<ulink url="https://tools.ietf.org/html/rfc4513">RFC 4513</ulink>.
1678
+ See also the <literal>ldapscheme</literal> option for an alternative.
1676
1679
</para>
1677
1680
</listitem>
1678
1681
</varlistentry>
@@ -1766,7 +1769,8 @@ omicron bryanh guest1
1766
1769
<term><literal>ldapurl</literal></term>
1767
1770
<listitem>
1768
1771
<para>
1769
- An RFC 4516 LDAP URL. This is an alternative way to write some of the
1772
+ An <ulink url="https://tools.ietf.org/html/rfc4516">RFC 4516</ulink>
1773
+ LDAP URL. This is an alternative way to write some of the
1770
1774
other LDAP options in a more compact and standard form. The format is
1771
1775
<synopsis>
1772
1776
ldap[s]://<replaceable>host</replaceable>[:<replaceable>port</replaceable>]/<replaceable>basedn</replaceable>[?[<replaceable>attribute</replaceable>][?[<replaceable>scope</replaceable>][?[<replaceable>filter</replaceable>]]]]
@@ -1827,7 +1831,8 @@ ldap[s]://<replaceable>host</replaceable>[:<replaceable>port</replaceable>]/<rep
1827
1831
If <productname>PostgreSQL</productname> was compiled with
1828
1832
<productname>OpenLDAP</productname> as the LDAP client library, the
1829
1833
<literal>ldapserver</literal> setting may be omitted. In that case, a
1830
- list of host names and ports is looked up via RFC 2782 DNS SRV records.
1834
+ list of host names and ports is looked up via
1835
+ <ulink url="https://tools.ietf.org/html/rfc2782">RFC 2782</ulink> DNS SRV records.
1831
1836
The name <literal>_ldap._tcp.DOMAIN</literal> is looked up, where
1832
1837
<literal>DOMAIN</literal> is extracted from <literal>ldapbasedn</literal>.
1833
1838
</para>