diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 79d74a83a09a15a83400f06c674c2e81d02505ea..19d81f960bedeabfc784834d224fa6e7a030e71a 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>