From e54ec9231c3c7bdbfa1dfae7750b22d17afc2fc4 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 11 May 2009 09:11:41 +0000 Subject: [PATCH] Move crypt auth comment to proper section. Add some details about the name=value format of auth options. --- doc/src/sgml/release-8.4.sgml | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml index 78778dedd3..7dfc069251 100644 --- a/doc/src/sgml/release-8.4.sgml +++ b/doc/src/sgml/release-8.4.sgml @@ -1,4 +1,4 @@ - + @@ -231,19 +231,6 @@ - - - Remove support for the (insecure) crypt authentication method - (Magnus) - - - - This effectively obsoletes pre-PostgreSQL 7.2 client - libraries, as there is no longer any non-plaintext password method that - they can use. - - - Remove krb_realm and krb_server_hostname; @@ -724,6 +711,19 @@ + + + Remove support for the (insecure) crypt authentication method + (Magnus) + + + + This effectively obsoletes pre-PostgreSQL 7.2 client + libraries, as there is no longer any non-plaintext password method that + they can use. + + + Support regular expressions in pg_ident.conf @@ -793,6 +793,13 @@ Change all authentication options to use name=value syntax (Magnus) + + + This makes incompatible changes to the ldap, + pam and ident authentication methods. All + pg_hba.conf entries with these methods need to be + rewritten using the new format. + -- 2.39.5