54
54
</para>
55
55
56
56
<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>
58
58
59
59
<indexterm zone="auth-pg-hba-conf">
60
60
<primary>pg_hba.conf</primary>
@@ -577,7 +577,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
577
577
</para>
578
578
579
579
<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>
581
581
<programlisting>
582
582
# Allow any user on the local system to connect to any database with
583
583
# any database user name using Unix-domain sockets (the default for local
@@ -666,7 +666,7 @@ local db1,db2,@demodbs all md5
666
666
</sect1>
667
667
668
668
<sect1 id="auth-username-maps">
669
- <title>User name maps </title>
669
+ <title>User Name Maps </title>
670
670
671
671
<indexterm zone="auth-username-maps">
672
672
<primary>User name maps</primary>
@@ -771,7 +771,7 @@ mymap /^(.*)@otherdomain\.com$ guest
771
771
</para>
772
772
773
773
<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>
775
775
<programlisting>
776
776
# MAPNAME SYSTEM-USERNAME PG-USERNAME
777
777
@@ -786,13 +786,13 @@ omicron bryanh guest1
786
786
</sect1>
787
787
788
788
<sect1 id="auth-methods">
789
- <title>Authentication methods </title>
789
+ <title>Authentication Methods </title>
790
790
<para>
791
791
The following subsections describe the authentication methods in more detail.
792
792
</para>
793
793
794
794
<sect2 id="auth-trust">
795
- <title>Trust authentication </title>
795
+ <title>Trust Authentication </title>
796
796
797
797
<para>
798
798
When <literal>trust</> authentication is specified,
@@ -840,7 +840,7 @@ omicron bryanh guest1
840
840
</sect2>
841
841
842
842
<sect2 id="auth-password">
843
- <title>Password authentication </title>
843
+ <title>Password Authentication </title>
844
844
845
845
<indexterm>
846
846
<primary>MD5</>
@@ -883,7 +883,7 @@ omicron bryanh guest1
883
883
</sect2>
884
884
885
885
<sect2 id="gssapi-auth">
886
- <title>GSSAPI authentication </title>
886
+ <title>GSSAPI Authentication </title>
887
887
888
888
<indexterm zone="gssapi-auth">
889
889
<primary>GSSAPI</primary>
@@ -960,7 +960,7 @@ omicron bryanh guest1
960
960
</sect2>
961
961
962
962
<sect2 id="sspi-auth">
963
- <title>SSPI authentication </title>
963
+ <title>SSPI Authentication </title>
964
964
965
965
<indexterm zone="sspi-auth">
966
966
<primary>SSPI</primary>
@@ -1026,7 +1026,7 @@ omicron bryanh guest1
1026
1026
</sect2>
1027
1027
1028
1028
<sect2 id="kerberos-auth">
1029
- <title>Kerberos authentication </title>
1029
+ <title>Kerberos Authentication </title>
1030
1030
1031
1031
<indexterm zone="kerberos-auth">
1032
1032
<primary>Kerberos</primary>
@@ -1198,7 +1198,7 @@ omicron bryanh guest1
1198
1198
</sect2>
1199
1199
1200
1200
<sect2 id="auth-ident">
1201
- <title>Ident-based authentication </title>
1201
+ <title>Ident-Based Authentication </title>
1202
1202
1203
1203
<indexterm>
1204
1204
<primary>ident</primary>
@@ -1229,7 +1229,7 @@ omicron bryanh guest1
1229
1229
</para>
1230
1230
1231
1231
<sect3>
1232
- <title>Ident Authentication over TCP/IP</title>
1232
+ <title>Ident Authentication Over TCP/IP</title>
1233
1233
1234
1234
<para>
1235
1235
The <quote>Identification Protocol</quote> is described in
@@ -1276,7 +1276,7 @@ omicron bryanh guest1
1276
1276
</sect3>
1277
1277
1278
1278
<sect3>
1279
- <title>Ident Authentication over Local Sockets</title>
1279
+ <title>Ident Authentication Over Local Sockets</title>
1280
1280
1281
1281
<para>
1282
1282
On systems supporting <symbol>SO_PEERCRED</symbol> requests for
@@ -1306,7 +1306,7 @@ omicron bryanh guest1
1306
1306
</sect2>
1307
1307
1308
1308
<sect2 id="auth-ldap">
1309
- <title>LDAP authentication </title>
1309
+ <title>LDAP Authentication </title>
1310
1310
1311
1311
<indexterm zone="auth-ldap">
1312
1312
<primary>LDAP</primary>
@@ -1450,7 +1450,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net"
1450
1450
</sect2>
1451
1451
1452
1452
<sect2 id="auth-radius">
1453
- <title>RADIUS authentication </title>
1453
+ <title>RADIUS Authentication </title>
1454
1454
1455
1455
<indexterm zone="auth-radius">
1456
1456
<primary>RADIUS</primary>
@@ -1539,7 +1539,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net"
1539
1539
</sect2>
1540
1540
1541
1541
<sect2 id="auth-cert">
1542
- <title>Certificate authentication </title>
1542
+ <title>Certificate Authentication </title>
1543
1543
1544
1544
<indexterm zone="auth-cert">
1545
1545
<primary>Certificate</primary>
@@ -1575,7 +1575,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net"
1575
1575
</sect2>
1576
1576
1577
1577
<sect2 id="auth-pam">
1578
- <title>PAM authentication </title>
1578
+ <title>PAM Authentication </title>
1579
1579
1580
1580
<indexterm zone="auth-pam">
1581
1581
<primary>PAM</primary>
@@ -1621,7 +1621,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net"
1621
1621
</sect1>
1622
1622
1623
1623
<sect1 id="client-authentication-problems">
1624
- <title>Authentication problems </title>
1624
+ <title>Authentication Problems </title>
1625
1625
1626
1626
<para>
1627
1627
Authentication failures and related problems generally
0 commit comments