Skip to content

Commit 334368f

Browse files
committed
Rewording
1 parent 536394e commit 334368f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 4 additions & 3 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.21 2001/09/21 21:10:56 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.22 2001/10/04 22:27:18 petere Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -606,15 +606,16 @@ host all 192.168.0.0 255.255.0.0 ident omicron
606606
return any user name he chooses. This authentication method is
607607
therefore only appropriate for closed networks where each client
608608
machine is under tight control and where the database and system
609-
administrators operate in close contact. Heed the warning:
609+
administrators operate in close contact. In other words, you must
610+
trust the machine running the ident server.
611+
Heed the warning:
610612
<blockquote>
611613
<attribution>RFC 1413</attribution>
612614
<para>
613615
The Identification Protocol is not intended as an authorization
614616
or access control protocol.
615617
</para>
616618
</blockquote>
617-
You must trust the machine running the ident server.
618619
</para>
619620

620621
<para>

0 commit comments

Comments
 (0)