|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.62 2003/12/13 23:59:06 neilc Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.63 2004/01/26 05:35:15 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="client-authentication">
|
@@ -535,8 +535,9 @@ local db1,db2,@demodbs all md5
|
535 | 535 | <para>
|
536 | 536 | When <literal>trust</> authentication is specified,
|
537 | 537 | <productname>PostgreSQL</productname> assumes that anyone who can
|
538 |
| - connect to the server is authorized to access the database as |
539 |
| - whatever database user he specifies (including the database superuser). |
| 538 | + connect to the server is authorized to access the database with |
| 539 | + whatever database user they specify (including the database superuser). |
| 540 | + Of course, restrictions placed in the <literal>user</> column still apply. |
540 | 541 | This method should only be used when there is adequate operating system-level
|
541 | 542 | protection on connections to the server.
|
542 | 543 | </para>
|
|