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
7cdfa488
Commit
7cdfa488
authored
Apr 01, 2009
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove last references to the crypt auth method, per Andreas Scherbaum.
parent
c029a6a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/backend/libpq/auth.c
src/backend/libpq/auth.c
+2
-2
src/backend/libpq/pg_hba.conf.sample
src/backend/libpq/pg_hba.conf.sample
+2
-2
No files found.
src/backend/libpq/auth.c
View file @
7cdfa488
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.1
79 2009/03/22 18:06:35
tgl Exp $
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.1
80 2009/04/01 03:23:50
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -575,7 +575,7 @@ recv_password_packet(Port *port)
/*----------------------------------------------------------------
* MD5 a
nd crypt a
uthentication
* MD5 authentication
*----------------------------------------------------------------
*/
...
...
src/backend/libpq/pg_hba.conf.sample
View file @
7cdfa488
...
...
@@ -34,8 +34,8 @@
# the number of significant bits in the mask. Alternatively, you can write
# an IP address and netmask in separate columns to specify the set of hosts.
#
# METHOD can be "trust", "reject", "md5", "
crypt", "password", "gss", "sspi
",
# "
krb5", "ident", "pam", "ldap" or "cert".
Note that "password" sends passwords
# METHOD can be "trust", "reject", "md5", "
password", "gss", "sspi", "krb5
",
# "
ident", "pam", "ldap" or "cert".
Note that "password" sends passwords
# in clear text; "md5" is preferred since it sends encrypted passwords.
#
# OPTIONS are a set of options for the authentication in the format
...
...
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