@@ -948,7 +948,8 @@ omicron bryanh guest1
948948 <listitem>
949949 <para>
950950 <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>)
952953 service on the client's machine. (On local Unix-socket connections,
953954 this is treated as peer authentication.)
954955 </para>
@@ -1198,7 +1199,8 @@ omicron bryanh guest1
11981199
11991200 <para>
12001201 <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>.
12021204
12031205 <productname>PostgreSQL</productname>
12041206 supports <productname>GSSAPI</productname> for use as either an encrypted,
@@ -1503,7 +1505,8 @@ omicron bryanh guest1
15031505
15041506 <para>
15051507 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
15071510 operating system ships with an ident server that listens on TCP
15081511 port 113 by default. The basic functionality of an ident server
15091512 is to answer questions like <quote>What user initiated the
@@ -1671,8 +1674,8 @@ omicron bryanh guest1
16711674 <para>
16721675 Set to 1 to make the connection between PostgreSQL and the LDAP server
16731676 use TLS encryption. This uses the <literal>StartTLS</literal>
1674- operation per RFC 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.
16761679 </para>
16771680 </listitem>
16781681 </varlistentry>
@@ -1766,7 +1769,8 @@ omicron bryanh guest1
17661769 <term><literal>ldapurl</literal></term>
17671770 <listitem>
17681771 <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
17701774 other LDAP options in a more compact and standard form. The format is
17711775<synopsis>
17721776ldap[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
18271831 If <productname>PostgreSQL</productname> was compiled with
18281832 <productname>OpenLDAP</productname> as the LDAP client library, the
18291833 <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.
18311836 The name <literal>_ldap._tcp.DOMAIN</literal> is looked up, where
18321837 <literal>DOMAIN</literal> is extracted from <literal>ldapbasedn</literal>.
18331838 </para>
0 commit comments