1- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.606 2009/03/2702:25:04 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.607 2009/03/2711:58:21 mha Exp $ -->
22<!--
33
44Typical markup:
@@ -660,12 +660,17 @@ do it for earlier branch release files.
660660 Parse pg_hba.conf in the postmaster so errors are reported on reload
661661 (Magnus)
662662 </para>
663+
664+ <para>
665+ Previously errors in the file wouldn't be detected until clients tried
666+ to connect, which could leave the system with a broken file loaded.
667+ </para>
663668 </listitem>
664669
665670 <listitem>
666671 <para>
667- Make pg_hba.conf "sameuser"an optional argument for ident
668- authentication (Magnus)
672+ Remove "sameuser"option from pg_hba.conf, making it the default if
673+ no usermap is specified (Magnus)
669674 </para>
670675 </listitem>
671676
@@ -675,6 +680,16 @@ do it for earlier branch release files.
675680 settings (Magnus)
676681 </para>
677682 </listitem>
683+
684+ <listitem>
685+ <para>
686+ Allow usermap parameter in pg_hba.conf for all external authentication
687+ methods (Magnus)
688+ </para>
689+
690+ <para>
691+ Previously this was only supported for ident authentication.
692+ </para>
678693
679694 <listitem>
680695 <para>
@@ -702,7 +717,8 @@ do it for earlier branch release files.
702717 </para>
703718
704719 <para>
705- Previously SSL certificates could only authenticate hosts, not users.
720+ Previously SSL certificates could only verify that the client had access
721+ to a certificate, not authenticate a user.
706722 </para>
707723 </listitem>
708724
@@ -725,14 +741,14 @@ do it for earlier branch release files.
725741
726742 <para>
727743 This allows identical usernames from different realms to be
728- authenticated as different database users. bjm: correct?
744+ authenticated as different database users using usermaps.
729745 </para>
730746 </listitem>
731747
732748 <listitem>
733749 <para>
734- Issue a warning rather than shut down when pg_hba.confcan't be loaded
735- (Selena Deckelmann)
750+ Show all parsing errors in pg_hba.confinstead of aborting after the
751+ first one (Selena Deckelmann)
736752 </para>
737753 </listitem>
738754