REL7_2_STABLE
Peter Eisentraut 24 years ago
parent 536394e73a
commit 334368fb68
  1. 7
      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"> <chapter id="client-authentication">
<title>Client Authentication</title> <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 return any user name he chooses. This authentication method is
therefore only appropriate for closed networks where each client therefore only appropriate for closed networks where each client
machine is under tight control and where the database and system 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> <blockquote>
<attribution>RFC 1413</attribution> <attribution>RFC 1413</attribution>
<para> <para>
@ -614,7 +616,6 @@ host all 192.168.0.0 255.255.0.0 ident omicron
or access control protocol. or access control protocol.
</para> </para>
</blockquote> </blockquote>
You must trust the machine running the ident server.
</para> </para>
<para> <para>

Loading…
Cancel
Save