5454 </para>
5555
5656 <sect1 id="auth-pg-hba-conf">
57- <title>The <filename>pg_hba.conf</filename> file </title>
57+ <title>The <filename>pg_hba.conf</filename> File </title>
5858
5959 <indexterm zone="auth-pg-hba-conf">
6060 <primary>pg_hba.conf</primary>
@@ -577,7 +577,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
577577 </para>
578578
579579 <example id="example-pg-hba.conf">
580- <title>Example <filename>pg_hba.conf</filename> entries </title>
580+ <title>Example <filename>pg_hba.conf</filename> Entries </title>
581581<programlisting>
582582# Allow any user on the local system to connect to any database with
583583# any database user name using Unix-domain sockets (the default for local
@@ -666,7 +666,7 @@ local db1,db2,@demodbs all md5
666666 </sect1>
667667
668668 <sect1 id="auth-username-maps">
669- <title>User name maps </title>
669+ <title>User Name Maps </title>
670670
671671 <indexterm zone="auth-username-maps">
672672 <primary>User name maps</primary>
@@ -771,7 +771,7 @@ mymap /^(.*)@otherdomain\.com$ guest
771771 </para>
772772
773773 <example id="example-pg-ident.conf">
774- <title>An example <filename>pg_ident.conf</> file </title>
774+ <title>An Example <filename>pg_ident.conf</> File </title>
775775<programlisting>
776776# MAPNAME SYSTEM-USERNAME PG-USERNAME
777777
@@ -786,13 +786,13 @@ omicron bryanh guest1
786786 </sect1>
787787
788788 <sect1 id="auth-methods">
789- <title>Authentication methods </title>
789+ <title>Authentication Methods </title>
790790 <para>
791791 The following subsections describe the authentication methods in more detail.
792792 </para>
793793
794794 <sect2 id="auth-trust">
795- <title>Trust authentication </title>
795+ <title>Trust Authentication </title>
796796
797797 <para>
798798 When <literal>trust</> authentication is specified,
@@ -840,7 +840,7 @@ omicron bryanh guest1
840840 </sect2>
841841
842842 <sect2 id="auth-password">
843- <title>Password authentication </title>
843+ <title>Password Authentication </title>
844844
845845 <indexterm>
846846 <primary>MD5</>
@@ -883,7 +883,7 @@ omicron bryanh guest1
883883 </sect2>
884884
885885 <sect2 id="gssapi-auth">
886- <title>GSSAPI authentication </title>
886+ <title>GSSAPI Authentication </title>
887887
888888 <indexterm zone="gssapi-auth">
889889 <primary>GSSAPI</primary>
@@ -960,7 +960,7 @@ omicron bryanh guest1
960960 </sect2>
961961
962962 <sect2 id="sspi-auth">
963- <title>SSPI authentication </title>
963+ <title>SSPI Authentication </title>
964964
965965 <indexterm zone="sspi-auth">
966966 <primary>SSPI</primary>
@@ -1026,7 +1026,7 @@ omicron bryanh guest1
10261026 </sect2>
10271027
10281028 <sect2 id="kerberos-auth">
1029- <title>Kerberos authentication </title>
1029+ <title>Kerberos Authentication </title>
10301030
10311031 <indexterm zone="kerberos-auth">
10321032 <primary>Kerberos</primary>
@@ -1198,7 +1198,7 @@ omicron bryanh guest1
11981198 </sect2>
11991199
12001200 <sect2 id="auth-ident">
1201- <title>Ident-based authentication </title>
1201+ <title>Ident-Based Authentication </title>
12021202
12031203 <indexterm>
12041204 <primary>ident</primary>
@@ -1229,7 +1229,7 @@ omicron bryanh guest1
12291229 </para>
12301230
12311231 <sect3>
1232- <title>Ident Authentication over TCP/IP</title>
1232+ <title>Ident Authentication Over TCP/IP</title>
12331233
12341234 <para>
12351235 The <quote>Identification Protocol</quote> is described in
@@ -1276,7 +1276,7 @@ omicron bryanh guest1
12761276 </sect3>
12771277
12781278 <sect3>
1279- <title>Ident Authentication over Local Sockets</title>
1279+ <title>Ident Authentication Over Local Sockets</title>
12801280
12811281 <para>
12821282 On systems supporting <symbol>SO_PEERCRED</symbol> requests for
@@ -1306,7 +1306,7 @@ omicron bryanh guest1
13061306 </sect2>
13071307
13081308 <sect2 id="auth-ldap">
1309- <title>LDAP authentication </title>
1309+ <title>LDAP Authentication </title>
13101310
13111311 <indexterm zone="auth-ldap">
13121312 <primary>LDAP</primary>
@@ -1450,7 +1450,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net"
14501450 </sect2>
14511451
14521452 <sect2 id="auth-radius">
1453- <title>RADIUS authentication </title>
1453+ <title>RADIUS Authentication </title>
14541454
14551455 <indexterm zone="auth-radius">
14561456 <primary>RADIUS</primary>
@@ -1539,7 +1539,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net"
15391539 </sect2>
15401540
15411541 <sect2 id="auth-cert">
1542- <title>Certificate authentication </title>
1542+ <title>Certificate Authentication </title>
15431543
15441544 <indexterm zone="auth-cert">
15451545 <primary>Certificate</primary>
@@ -1575,7 +1575,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net"
15751575 </sect2>
15761576
15771577 <sect2 id="auth-pam">
1578- <title>PAM authentication </title>
1578+ <title>PAM Authentication </title>
15791579
15801580 <indexterm zone="auth-pam">
15811581 <primary>PAM</primary>
@@ -1621,7 +1621,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net"
16211621 </sect1>
16221622
16231623 <sect1 id="client-authentication-problems">
1624- <title>Authentication problems </title>
1624+ <title>Authentication Problems </title>
16251625
16261626 <para>
16271627 Authentication failures and related problems generally
0 commit comments