diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2017-10-02 10:27:46 +0100 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2017-10-02 10:27:46 +0100 |
commit | 0703c197adb0bf5fa6c99e8af74b13585bdc9056 (patch) | |
tree | f632947ffd0351078dc55513990d39ae424ab4d8 | |
parent | 0c8b3ee94478ca07c86c09d2399a2ce73c2b922b (diff) | |
download | postgresql-0703c197adb0bf5fa6c99e8af74b13585bdc9056.tar.gz postgresql-0703c197adb0bf5fa6c99e8af74b13585bdc9056.zip |
Grammar typo in security warning about md5
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index c76d5faf445..78c594bbbaa 100644 --- 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 considered secure against determined attacks. </para> |