From 334368fb68708e98ac921914698da873def1a0ca Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Thu, 4 Oct 2001 22:27:18 +0000
Subject: [PATCH] Rewording

---
 doc/src/sgml/client-auth.sgml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 79d74a83a09..19d81f960be 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.21 2001/09/21 21:10:56 tgl Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.22 2001/10/04 22:27:18 petere Exp $ -->
 
 <chapter id="client-authentication">
  <title>Client Authentication</title>
@@ -606,7 +606,9 @@ host         all        192.168.0.0    255.255.0.0        ident     omicron
     return any user name he chooses. This authentication method is
     therefore only appropriate for closed networks where each client
     machine is under tight control and where the database and system
-    administrators operate in close contact. Heed the warning:
+    administrators operate in close contact. In other words, you must
+    trust the machine running the ident server.
+    Heed the warning:
     <blockquote>
      <attribution>RFC 1413</attribution>
      <para>
@@ -614,7 +616,6 @@ host         all        192.168.0.0    255.255.0.0        ident     omicron
       or access control protocol.
      </para>
     </blockquote>
-    You must trust the machine running the ident server.
    </para>
 
    <para>
-- 
GitLab