Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
cc42c14e
Commit
cc42c14e
authored
Mar 27, 2009
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix release notes about pg_hba changes
parent
be99a030
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
7 deletions
+23
-7
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+23
-7
No files found.
doc/src/sgml/release.sgml
View file @
cc42c14e
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.60
6 2009/03/27 02:25:04 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.60
7 2009/03/27 11:58:21 mha
Exp $ -->
<!--
Typical markup:
...
...
@@ -660,12 +660,17 @@ do it for earlier branch release files.
Parse pg_hba.conf in the postmaster so errors are reported on reload
(Magnus)
</para>
<para>
Previously errors in the file wouldn't be detected until clients tried
to connect, which could leave the system with a broken file loaded.
</para>
</listitem>
<listitem>
<para>
Make pg_hba.conf "sameuser" an optional argument for ident
authentication
(Magnus)
Remove "sameuser" option from pg_hba.conf, making it the default if
no usermap is specified
(Magnus)
</para>
</listitem>
...
...
@@ -675,6 +680,16 @@ do it for earlier branch release files.
settings (Magnus)
</para>
</listitem>
<listitem>
<para>
Allow usermap parameter in pg_hba.conf for all external authentication
methods (Magnus)
</para>
<para>
Previously this was only supported for ident authentication.
</para>
<listitem>
<para>
...
...
@@ -702,7 +717,8 @@ do it for earlier branch release files.
</para>
<para>
Previously SSL certificates could only authenticate hosts, not users.
Previously SSL certificates could only verify that the client had access
to a certificate, not authenticate a user.
</para>
</listitem>
...
...
@@ -725,14 +741,14 @@ do it for earlier branch release files.
<para>
This allows identical usernames from different realms to be
authenticated as different database users
. bjm: correct?
authenticated as different database users
using usermaps.
</para>
</listitem>
<listitem>
<para>
Issue a warning rather than shut down when pg_hba.conf can't be loaded
(Selena Deckelmann)
Show all parsing errors in pg_hba.conf instead of aborting after the
first one
(Selena Deckelmann)
</para>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment