8000 Remove bogus notice that older clients might not work with MD5 passwo… · hackingwu/postgres@ada2cdb · GitHub
[go: up one dir, main page]

Skip to content

Commit ada2cdb

Browse files
committed
Remove bogus notice that older clients might not work with MD5 passwords.
That was written when we still had "crypt" authentication, and it was referring to the fact that an older client might support "crypt" authentication but not "md5". But we haven't supported "crypt" for years. (As soon as we add a new authentication mechanism that doesn't work with MD5 hashes, we'll need a similar notice again. But this text as it's worded now is just wrong.) Backpatch to all supported versions. Discussion: https://www.postgresql.org/message-id/9a7263eb-0980-2072-4424-440bb2513dc7@iki.fi
1 parent 8cb9d01 commit ada2cdb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/src/sgml/ref/create_role.sgml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,6 @@ CREATE ROLE <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
232232
password string). This allows reloading of encrypted
233233
passwords during dump/restore.
234234
</para>
235-
236-
<para>
237-
Note that older clients might lack support for the MD5
238-
authentication mechanism that is needed to work with passwords
239-
that are stored encrypted.
240-
</para>
241235
</listitem>
242236
</varlistentry>
243237

0 commit comments

Comments
 (0)
0