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
c82b8952
Commit
c82b8952
authored
Apr 21, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify use of MD5 authentication and pg_shadow encryption.
parent
14c7fba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/src/sgml/client-auth.sgml
doc/src/sgml/client-auth.sgml
+3
-3
No files found.
doc/src/sgml/client-auth.sgml
View file @
c82b8952
<!--
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.7
4 2005/04/09 03:52:43
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.7
5 2005/04/21 22:19:19
momjian Exp $
-->
<chapter id="client-authentication">
...
...
@@ -575,8 +575,8 @@ local db1,db2,@demodbs all md5
The password-based authentication methods are <literal>md5</>,
<literal>crypt</>, and <literal>password</>. These methods operate
similarly except for the way that the password is sent across the
connection.
But only <literal>md5</> support
s encrypted
passwords stored in <structname>pg_shadow</structname>;
connection.
However, only <literal>md5</> allow
s encrypted
passwords
to be
stored in <structname>pg_shadow</structname>;
the other two require unencrypted passwords to be stored there.
</para>
...
...
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