From 56811e57323faa453947eb82f007e323a952e1a1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 11 Apr 2018 20:33:53 -0400 Subject: [PATCH] doc: Restructure authentication methods sections Move the authentication methods sections up to sect1, so they are easier to navigate in HTML. --- doc/src/sgml/client-auth.sgml | 48 +++++++++++++++++------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 53832d08e2..656d5f9417 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 -- 2.30.2