File tree Expand file tree Collapse file tree 1 file changed +21
-14
lines changed Expand file tree Collapse file tree 1 file changed +21
-14
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
<!-- See header comment in release.sgml about typical markup -->
3
3
4
4
<sect1 id="release-8-4">
231
231
</para>
232
232
</listitem>
233
233
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
-
247
234
<listitem>
248
235
<para>
249
236
Remove <varname>krb_realm</> and <varname>krb_server_hostname</>;
724
711
</para>
725
712
</listitem>
726
713
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
+
727
727
<listitem>
728
728
<para>
729
729
Support regular expressions in <filename>pg_ident.conf</>
793
793
Change all authentication options to use <literal>name=value</>
794
794
syntax (Magnus)
795
795
</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>
796
803
</listitem>
797
804
798
805
<listitem>
You can’t perform that action at this time.
0 commit comments