|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.75 2005/04/21 22:19:19 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.76 2005/04/22 04:18:58 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="client-authentication">
|
@@ -575,9 +575,8 @@ local db1,db2,@demodbs all md5
|
575 | 575 | The password-based authentication methods are <literal>md5</>,
|
576 | 576 | <literal>crypt</>, and <literal>password</>. These methods operate
|
577 | 577 | similarly except for the way that the password is sent across the
|
578 |
| - connection. However, only <literal>md5</> allows encrypted |
579 |
| - passwords to be stored in <structname>pg_shadow</structname>; |
580 |
| - the other two require unencrypted passwords to be stored there. |
| 578 | + connection. However, <literal>crypt</> does not allow encrypted |
| 579 | + passwords to be stored in <structname>pg_shadow</structname>. |
581 | 580 | </para>
|
582 | 581 |
|
583 | 582 | <para>
|
|