Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e54ec92

Browse files
committed
Move crypt auth comment to proper section.
Add some details about the name=value format of auth options.
1 parent f3b507c commit e54ec92

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

doc/src/sgml/release-8.4.sgml

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.2 2009/05/11 09:00:10 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.3 2009/05/11 09:11:41 mha Exp $ -->
22
<!-- See header comment in release.sgml about typical markup -->
33

44
<sect1 id="release-8-4">
@@ -231,19 +231,6 @@
231231
</para>
232232
</listitem>
233233

234-
<listitem>
235-
<para>
236-
Remove support for the (insecure) <literal>crypt</> authentication method
237-
(Magnus)
238-
</para>
239-
240-
<para>
241-
This effectively obsoletes pre-<productname>PostgreSQL</> 7.2 client
242-
libraries, as there is no longer any non-plaintext password method that
243-
they can use.
244-
</para>
245-
</listitem>
246-
247234
<listitem>
248235
<para>
249236
Remove <varname>krb_realm</> and <varname>krb_server_hostname</>;
@@ -724,6 +711,19 @@
724711
</para>
725712
</listitem>
726713

714+
<listitem>
715+
<para>
716+
Remove support for the (insecure) <literal>crypt</> authentication method
717+
(Magnus)
718+
</para>
719+
720+
<para>
721+
This effectively obsoletes pre-<productname>PostgreSQL</> 7.2 client
722+
libraries, as there is no longer any non-plaintext password method that
723+
they can use.
724+
</para>
725+
</listitem>
726+
727727
<listitem>
728728
<para>
729729
Support regular expressions in <filename>pg_ident.conf</>
@@ -793,6 +793,13 @@
793793
Change all authentication options to use <literal>name=value</>
794794
syntax (Magnus)
795795
</para>
796+
797+
<para>
798+
This makes incompatible changes to the <literal>ldap</>,
799+
<literal>pam</> and <literal>ident</> authentication methods. All
800+
<filename>pg_hba.conf</> entries with these methods need to be
801+
rewritten using the new format.
802+
</para>
796803
</listitem>
797804

798805
<listitem>

0 commit comments

Comments
 (0)