@@ -859,10 +859,11 @@ omicron bryanh guest1
859
859
<sect1 id="auth-methods">
860
860
<title>Authentication Methods</title>
861
861
<para>
862
- The following subsections describe the authentication methods in more detail.
862
+ The following sections describe the authentication methods in more detail.
863
863
</para>
864
+ </sect1>
864
865
865
- <sect2 id="auth-trust">
866
+ <sect1 id="auth-trust">
866
867
<title>Trust Authentication</title>
867
868
868
869
<para>
@@ -908,9 +909,9 @@ omicron bryanh guest1
908
909
for any TCP/IP connections other than those from <systemitem>localhost</systemitem> (127.0.0.1).
909
910
</para>
910
911
911
- </sect2 >
912
+ </sect1 >
912
913
913
- <sect2 id="auth-password">
914
+ <sect1 id="auth-password">
914
915
<title>Password Authentication</title>
915
916
916
917
<indexterm>
@@ -1038,9 +1039,9 @@ omicron bryanh guest1
1038
1039
and change the authentication method specifications
1039
1040
in <filename>pg_hba.conf</filename> to <literal>scram-sha-256</literal>.
1040
1041
</para>
1041
- </sect2 >
1042
+ </sect1 >
1042
1043
1043
- <sect2 id="gssapi-auth">
1044
+ <sect1 id="gssapi-auth">
1044
1045
<title>GSSAPI Authentication</title>
1045
1046
1046
1047
<indexterm zone="gssapi-auth">
@@ -1192,9 +1193,9 @@ omicron bryanh guest1
1192
1193
</varlistentry>
1193
1194
</variablelist>
1194
1195
</para>
1195
- </sect2 >
1196
+ </sect1 >
1196
1197
1197
- <sect2 id="sspi-auth">
1198
+ <sect1 id="sspi-auth">
1198
1199
<title>SSPI Authentication</title>
1199
1200
1200
1201
<indexterm zone="sspi-auth">
@@ -1310,9 +1311,9 @@ omicron bryanh guest1
1310
1311
</varlistentry>
1311
1312
</variablelist>
1312
1313
</para>
1313
- </sect2 >
1314
+ </sect1 >
1314
1315
1315
- <sect2 id="auth-ident">
1316
+ <sect1 id="auth-ident">
1316
1317
<title>Ident Authentication</title>
1317
1318
1318
1319
<indexterm>
@@ -1391,9 +1392,9 @@ omicron bryanh guest1
1391
1392
since <productname>PostgreSQL</productname> does not have any way to decrypt the
1392
1393
returned string to determine the actual user name.
1393
1394
</para>
1394
- </sect2 >
1395
+ </sect1 >
1395
1396
1396
- <sect2 id="auth-peer">
1397
+ <sect1 id="auth-peer">
1397
1398
<title>Peer Authentication</title>
1398
1399
1399
1400
<indexterm>
@@ -1432,9 +1433,9 @@ omicron bryanh guest1
1432
1433
and <systemitem class="osname">Solaris</systemitem>.
1433
1434
</para>
1434
1435
1435
- </sect2 >
1436
+ </sect1 >
1436
1437
1437
- <sect2 id="auth-ldap">
1438
+ <sect1 id="auth-ldap">
1438
1439
<title>LDAP Authentication</title>
1439
1440
1440
1441
<indexterm zone="auth-ldap">
@@ -1723,9 +1724,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
1723
1724
</para>
1724
1725
</tip>
1725
1726
1726
- </sect2 >
1727
+ </sect1 >
1727
1728
1728
- <sect2 id="auth-radius">
1729
+ <sect1 id="auth-radius">
1729
1730
<title>RADIUS Authentication</title>
1730
1731
1731
1732
<indexterm zone="auth-radius">
@@ -1824,9 +1825,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
1824
1825
1825
1826
</variablelist>
1826
1827
</para>
1827
- </sect2 >
1828
+ </sect1 >
1828
1829
1829
- <sect2 id="auth-cert">
1830
+ <sect1 id="auth-cert">
1830
1831
<title>Certificate Authentication</title>
1831
1832
1832
1833
<indexterm zone="auth-cert">
@@ -1870,9 +1871,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
1870
1871
is a check that the <literal>cn</literal> attribute matches the database
1871
1872
user name.
1872
1873
</para>
1873
- </sect2 >
1874
+ </sect1 >
1874
1875
1875
- <sect2 id="auth-pam">
1876
+ <sect1 id="auth-pam">
1876
1877
<title>PAM Authentication</title>
1877
1878
1878
1879
<indexterm zone="auth-pam">
@@ -1928,9 +1929,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
1928
1929
LDAP or other authentication methods.
1929
1930
</para>
1930
1931
</note>
1931
- </sect2 >
1932
+ </sect1 >
1932
1933
1933
- <sect2 id="auth-bsd">
1934
+ <sect1 id="auth-bsd">
1934
1935
<title>BSD Authentication</title>
1935
1936
1936
1937
<indexterm zone="auth-bsd">
@@ -1963,8 +1964,7 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
1963
1964
exists by default on OpenBSD systems.
1964
1965
</para>
1965
1966
</note>
1966
- </sect2>
1967
- </sect1>
1967
+ </sect1>
1968
1968
1969
1969
<sect1 id="client-authentication-problems">
1970
1970
<title>Authentication Problems</title>
0 commit comments