diff options
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 16 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 20 |
2 files changed, 2 insertions, 34 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 78e6af41817..616867fbd38 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.7 2000/10/16 03:25:16 momjian Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.8 2000/10/21 01:08:34 petere Exp $ --> <chapter id="client-authentication"> <title>Client Authentication</title> @@ -85,20 +85,6 @@ hostssl <replaceable>database</replaceable> <replaceable>IP-address</replaceable <listitem> <para> This record pertains to connection attemps with SSL over - TCP/IP. Note that SSL connections are completely disabled - unless the server is started with the <option>-i</option>, - and also require ordinary TCP/IP connections to be enabled. - SSL connections also require SSL support to be enabled in - the backend at compile time. - </para> - </listitem> - </varlistentry> - - <varlistentry> - <term><literal>hostssl</literal></term> - <listitem> - <para> - This record pertains to connection attemps with SSL over TCP/IP. To make use of this option the server must be built with SSL support enabled. Furthermore, SSL must be enabled with the <option>-l</> option or equivalent configuration diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index dce049e57ad..43ea1f6880f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.25 2000/10/17 15:26:40 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.26 2000/10/21 01:08:34 petere Exp $ --> <chapter id="installation"> <title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title> @@ -666,24 +666,6 @@ su - postgres </varlistentry> <varlistentry> - <term>--with-openssl=<replaceable>DIRECTORY</></term> - <listitem> - <para> - Build with support for SSL (encrypted) connections. - This requires the OpenSSL library to be installed. - The <replaceable>DIRECTORY</> argument specifies the - root directory of the OpenSSL installation. - </para> - - <para> - <filename>configure</> will check for the required header - files and libraries to make sure that your OpenSSL - installation is sufficient before proceeding. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term>--enable-syslog</term> <listitem> <para> |