From ef0ffbfae26a344310cd710c1249b0a8018bccee 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 @@ An Example <filename>pg_ident.conf</filename> File 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 @@ Trust Authentication for any TCP/IP connections other than those from localhost (127.0.0.1). - + - + Password Authentication @@ -1038,9 +1039,9 @@ Password Authentication and change the authentication method specifications in pg_hba.conf to scram-sha-256. - + - + GSSAPI Authentication @@ -1192,9 +1193,9 @@ GSSAPI Authentication - + - + SSPI Authentication @@ -1310,9 +1311,9 @@ SSPI Authentication - + - + Ident Authentication @@ -1391,9 +1392,9 @@ Ident Authentication since PostgreSQL does not have any way to decrypt the returned string to determine the actual user name. - + - + Peer Authentication @@ -1432,9 +1433,9 @@ Peer Authentication and Solaris. - + - + LDAP Authentication @@ -1723,9 +1724,9 @@ LDAP Authentication - + - + RADIUS Authentication @@ -1824,9 +1825,9 @@ RADIUS Authentication - + - + Certificate Authentication @@ -1870,9 +1871,9 @@ Certificate Authentication is a check that the cn attribute matches the database user name. - + - + PAM Authentication @@ -1928,9 +1929,9 @@ PAM Authentication LDAP or other authentication methods. - + - + BSD Authentication @@ -1963,8 +1964,7 @@ BSD Authentication exists by default on OpenBSD systems. - - + Authentication Problems -- 2.17.0