diff options
author | jake%bugzilla.org <> | 2004-12-04 07:22:28 +0000 |
---|---|---|
committer | jake%bugzilla.org <> | 2004-12-04 07:22:28 +0000 |
commit | 5334598328565b2f86914909dfd60b26208f283b (patch) | |
tree | d386a59fb65896d84b9ead4b12c2c72755ff8ddb /docs | |
parent | eb9abac0c83ec5fdf16aa907f5f653eb3804b359 (diff) | |
download | bugs-5334598328565b2f86914909dfd60b26208f283b.tar bugs-5334598328565b2f86914909dfd60b26208f283b.tar.gz bugs-5334598328565b2f86914909dfd60b26208f283b.tar.bz2 bugs-5334598328565b2f86914909dfd60b26208f283b.tar.xz bugs-5334598328565b2f86914909dfd60b26208f283b.zip |
More typo (and factual) fixes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/security.xml | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/docs/xml/security.xml b/docs/xml/security.xml index 790750d98..7a80ce1d6 100644 --- a/docs/xml/security.xml +++ b/docs/xml/security.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: security.xml,v 1.2 2004/12/03 22:56:31 jake%bugzilla.org Exp $ --> +<!-- $Id: security.xml,v 1.3 2004/12/03 23:22:28 jake%bugzilla.org Exp $ --> <chapter id="security"> <title>Bugzilla Security</title> @@ -140,12 +140,11 @@ have no other reason to access MySQL remotely, then you should disable the network access. This, along with the suggestion in <xref linkend="security-os-ports"/>, will help protect your system from - any remote vulnerabilites in MySQL. This is done using different - methods in MySQL versions 3 and 4. + any remote vulnerabilites in MySQL. </para> - <example> - <title>Disabling Networking in MySQL 3.x</title> + <example id="security-mysql-network-ex"> + <title>Disabling Networking in MySQL</title> <para>Simply enter the following in <filename>/etc/my.conf</filename>: <screen> @@ -156,12 +155,6 @@ skip-networking </para> </example> - <example> - <title>Disabling Networking in MySQL 4.x</title> - - <para>There's a bug in Bugzilla about this</para> - </example> - </section> @@ -381,6 +374,8 @@ skip-networking </para> <example id="security-bugzilla-charset-ex"> + <title>Forcing Bugzilla to output a charset</title> + <para>Locate the following line in <filename>Bugzilla/CGI.pm</filename>: <programlisting>$self->charset('');</programlisting> |