Move crypt auth comment to proper section.
authorMagnus Hagander
Mon, 11 May 2009 09:11:41 +0000 (09:11 +0000)
committerMagnus Hagander
Mon, 11 May 2009 09:11:41 +0000 (09:11 +0000)
Add some details about the name=value format of auth options.

doc/src/sgml/release-8.4.sgml

index 78778dedd364b79bed9b8804aac35a4122ae7ffa..7dfc0692514d88d14e7624b6cb625a18efe92031 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  
       
      
 
-     
-      
-       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;
        
       
 
+      
+       
+        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
         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.
+