diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 53832d08e29..656d5f9417f 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -859,10 +859,11 @@ omicron bryanh guest1
Authentication Methods
- The following subsections describe the authentication methods in more detail.
+ The following sections describe the authentication methods in more detail.
+
-
+
Trust Authentication
@@ -908,9 +909,9 @@ omicron bryanh guest1
for any TCP/IP connections other than those from localhost (127.0.0.1).
-
+
-
+
Password Authentication
@@ -1038,9 +1039,9 @@ omicron bryanh guest1
and change the authentication method specifications
in pg_hba.conf to scram-sha-256.
-
+
-
+
GSSAPI Authentication
@@ -1192,9 +1193,9 @@ omicron bryanh guest1
-
+
-
+
SSPI Authentication
@@ -1310,9 +1311,9 @@ omicron bryanh guest1
-
+
-
+
Ident Authentication
@@ -1391,9 +1392,9 @@ omicron bryanh guest1
since PostgreSQL does not have any way to decrypt the
returned string to determine the actual user name.
-
+
-
+
Peer Authentication
@@ -1432,9 +1433,9 @@ omicron bryanh guest1
and Solaris.
-
+
-
+
LDAP Authentication
@@ -1723,9 +1724,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
-
+
-
+
RADIUS Authentication
@@ -1824,9 +1825,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
-
+
-
+
Certificate Authentication
@@ -1870,9 +1871,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
is a check that the cn attribute matches the database
user name.
-
+
-
+
PAM Authentication
@@ -1928,9 +1929,9 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
LDAP or other authentication methods.
-
+
-
+
BSD Authentication
@@ -1963,8 +1964,7 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
exists by default on OpenBSD systems.
-
-
+
Authentication Problems