Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit53a4fa6

Browse files
committed
Add more MD5 documentation now that odbc/jdbc support it.
1 parent67a56f2 commit53a4fa6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

‎doc/src/sgml/client-auth.sgml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.24 2001/11/08 23:36:18 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.25 2001/11/12 02:35:16 momjian Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -236,13 +236,12 @@ hostssl <replaceable>database</replaceable> <replaceable>IP-address</replaceable
236236
<listitem>
237237
<para>
238238
Like the <literal>md5</literal> method but uses older crypt
239-
authentication for pre-7.2 clients. <literal>md5</literal>
240-
is preferred, unless you need to support old clients that
241-
do not have <literal>md5</literal>. The <literal>crypt</>
242-
method is not compatible with encrypting passwords in
243-
<filename>pg_shadow</>, and it has been observed to fail
244-
when client and server machines have different implementations
245-
of the crypt() library routine.
239+
authentication for pre-7.2 clients. <literal>md5</literal> is
240+
preferred for 7.2 and later clients. The <literal>crypt</>
241+
method is also not compatible with encrypting passwords in
242+
<filename>pg_shadow</>, and may fail if client and server
243+
machines have different implementations of the crypt() library
244+
routine.
246245
</para>
247246
</listitem>
248247
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp