|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.74 2005/04/09 03:52:43 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.75 2005/04/21 22:19:19 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="client-authentication">
|
@@ -575,8 +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.But only <literal>md5</>supports encrypted |
579 |
| - passwords stored in <structname>pg_shadow</structname>; |
| 578 | + connection.However, only <literal>md5</>allows encrypted |
| 579 | + passwordsto bestored in <structname>pg_shadow</structname>; |
580 | 580 | the other two require unencrypted passwords to be stored there.
|
581 | 581 | </para>
|
582 | 582 |
|
|