|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.398 2007/12/29 03:36:56 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.399 2007/12/29 03:44:34 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime">
|
4 | 4 | <title>Operating System Environment</title>
|
@@ -1604,7 +1604,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
|
1604 | 1604 | ciphers can be specified in the <productname>OpenSSL</productname>
|
1605 | 1605 | configuration file, you can specify ciphers specifically for use by
|
1606 | 1606 | the database server by modifying <xref linkend="guc-ssl-ciphers"> in
|
1607 |
| - <filename>postgresql.conf</>. It is possible toallow authentication |
| 1607 | + <filename>postgresql.conf</>. It is possible tohave authentication |
1608 | 1608 | without the overhead of encryption by using <literal>NULL-SHA</> or
|
1609 | 1609 | <literal>NULL-MD5</> ciphers. However, a man-in-the-middle could read
|
1610 | 1610 | and pass communications between client and server.
|
|