projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c63568b
)
Grammar typo in security warning about md5
author
Simon Riggs
Mon, 2 Oct 2017 09:27:46 +0000
(10:27 +0100)
committer
Peter Eisentraut
Fri, 3 Nov 2017 14:49:14 +0000
(10:49 -0400)
doc/src/sgml/client-auth.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/client-auth.sgml
b/doc/src/sgml/client-auth.sgml
index c4d4f1e80fc0dba66b9217cc8ee2e12620c439de..0e1a3569170ef0a21bb9e0513dd21431a40728e7 100644
(file)
--- a/
doc/src/sgml/client-auth.sgml
+++ b/
doc/src/sgml/client-auth.sgml
@@
-959,7
+959,7
@@
omicron bryanh guest1
mechanism. It prevents password sniffing and avoids storing passwords
on the server in plain text but provides no protection if an attacker
manages to steal the password hash from the server. Also, the MD5 hash
- algorithm is nowadays no longer consider secure against determined
+ algorithm is nowadays no longer consider
ed
secure against determined
attacks.