Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
e54ec923
Commit
e54ec923
authored
16 years ago
by
Magnus Hagander
Browse files
Options
Downloads
Patches
Plain Diff
Move crypt auth comment to proper section.
Add some details about the name=value format of auth options.
parent
f3b507c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-8.4.sgml
+21
-14
21 additions, 14 deletions
doc/src/sgml/release-8.4.sgml
with
21 additions
and
14 deletions
doc/src/sgml/release-8.4.sgml
+
21
−
14
View file @
e54ec923
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.
2
2009/05/11 09:
00:10
mha Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.
3
2009/05/11 09:
11:41
mha Exp $ -->
<!-- See header comment in release.sgml about typical markup -->
<!-- See header comment in release.sgml about typical markup -->
<sect1 id="release-8-4">
<sect1 id="release-8-4">
...
@@ -231,19 +231,6 @@
...
@@ -231,19 +231,6 @@
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Remove support for the (insecure) <literal>crypt</> authentication method
(Magnus)
</para>
<para>
This effectively obsoletes pre-<productname>PostgreSQL</> 7.2 client
libraries, as there is no longer any non-plaintext password method that
they can use.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Remove <varname>krb_realm</> and <varname>krb_server_hostname</>;
Remove <varname>krb_realm</> and <varname>krb_server_hostname</>;
...
@@ -724,6 +711,19 @@
...
@@ -724,6 +711,19 @@
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Remove support for the (insecure) <literal>crypt</> authentication method
(Magnus)
</para>
<para>
This effectively obsoletes pre-<productname>PostgreSQL</> 7.2 client
libraries, as there is no longer any non-plaintext password method that
they can use.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Support regular expressions in <filename>pg_ident.conf</>
Support regular expressions in <filename>pg_ident.conf</>
...
@@ -793,6 +793,13 @@
...
@@ -793,6 +793,13 @@
Change all authentication options to use <literal>name=value</>
Change all authentication options to use <literal>name=value</>
syntax (Magnus)
syntax (Magnus)
</para>
</para>
<para>
This makes incompatible changes to the <literal>ldap</>,
<literal>pam</> and <literal>ident</> authentication methods. All
<filename>pg_hba.conf</> entries with these methods need to be
rewritten using the new format.
</para>
</listitem>
</listitem>
<listitem>
<listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment