diff options
author | gerv%gerv.net <> | 2002-12-22 01:33:39 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2002-12-22 01:33:39 +0100 |
commit | 1b2aa767929784a37212b9e3dc01f9e119c4a9d6 (patch) | |
tree | 63198acef2979f555aa8abf262e5348ff94adf68 /docs/html/extraconfig.html | |
parent | a4e7f360c91236168a903e74ab3669a3f03bc690 (diff) | |
download | bugzilla-1b2aa767929784a37212b9e3dc01f9e119c4a9d6.tar.gz bugzilla-1b2aa767929784a37212b9e3dc01f9e119c4a9d6.tar.xz |
Rebuild HTML and text versions of documentation for 2.17.2 release.
Diffstat (limited to 'docs/html/extraconfig.html')
-rw-r--r-- | docs/html/extraconfig.html | 135 |
1 files changed, 124 insertions, 11 deletions
diff --git a/docs/html/extraconfig.html b/docs/html/extraconfig.html index fb8ceb445..064f1382f 100644 --- a/docs/html/extraconfig.html +++ b/docs/html/extraconfig.html @@ -73,13 +73,17 @@ CLASS="section" ><H1 CLASS="section" ><A -NAME="extraconfig">4.2. Optional Additional Configuration</H1 +NAME="extraconfig" +></A +>4.2. Optional Additional Configuration</H1 ><DIV CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN845">4.2.1. Dependency Charts</H2 +NAME="AEN856" +></A +>4.2.1. Dependency Charts</H2 ><P >As well as the text-based dependency graphs, Bugzilla also supports dependency graphing, using a package called 'dot'. @@ -141,7 +145,9 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN860">4.2.2. Bug Graphs</H2 +NAME="AEN871" +></A +>4.2.2. Bug Graphs</H2 ><P >As long as you installed the GD and Graph::Base Perl modules you might as well turn on the nifty Bugzilla bug reporting graphs.</P @@ -198,7 +204,9 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN873">4.2.3. The Whining Cron</H2 +NAME="AEN884" +></A +>4.2.3. The Whining Cron</H2 ><P >By now you have a fully functional Bugzilla, but what good are bugs if they're not annoying? To help make those bugs more annoying you @@ -267,7 +275,8 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="programlisting" ->man 5 crontab</PRE +> man 5 crontab + </PRE ></FONT ></TD ></TR @@ -284,7 +293,9 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="bzldap">4.2.4. LDAP Authentication</H2 +NAME="bzldap" +></A +>4.2.4. LDAP Authentication</H2 ><P > <DIV CLASS="warning" @@ -369,13 +380,67 @@ TARGET="_top" primary email address. On most directory servers available, this is "mail", but you may need to change this. </P +><P +>You can also try using <A +HREF="http://www.openldap.org/" +TARGET="_top" +> OpenLDAP</A +> with Bugzilla, using any of a number of administration + tools. You should apply the patch attached this bug: + <A +HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=158630" +TARGET="_top" +> http://bugzilla.mozilla.org/show_bug.cgi?id=158630</A +>, then set + the following object classes for your users: + + <P +></P +><OL +TYPE="1" +><LI +><P +>objectClass: person</P +></LI +><LI +><P +>objectClass: organizationalPerson</P +></LI +><LI +><P +>objectClass: inetOrgPerson</P +></LI +><LI +><P +>objectClass: top</P +></LI +><LI +><P +>objectClass: posixAccount</P +></LI +><LI +><P +>objectClass: shadowAccount</P +></LI +></OL +> + + Please note that this patch <EM +>has not</EM +> yet been + accepted by the Bugzilla team, and so you may need to do some + manual tweaking. That said, it looks like Net::LDAP is probably + the way to go in the future. + </P ></DIV ><DIV CLASS="section" ><H2 CLASS="section" ><A -NAME="content-type">4.2.5. Preventing untrusted Bugzilla content from executing malicious +NAME="content-type" +></A +>4.2.5. Preventing untrusted Bugzilla content from executing malicious Javascript code</H2 ><P >It is possible for a Bugzilla to execute malicious Javascript @@ -403,7 +468,7 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="programlisting" ->bash# perl -pi -e "s/Content-Type\: text\/html/Content-Type\: text\/html\; charset=ISO-8859-1/i" *.cgi *.pl +> bash# perl -pi -e "s/Content-Type\: text\/html/Content-Type\: text\/html\; charset=ISO-8859-1/i" *.cgi *.pl </PRE ></FONT ></TD @@ -445,7 +510,9 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="htaccess">4.2.6. <TT +NAME="htaccess" +></A +>4.2.6. <TT CLASS="filename" >.htaccess</TT > @@ -551,7 +618,7 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="programlisting" -> <Directory /usr/local/bugzilla/> +> <Directory /usr/local/bugzilla/> Options +FollowSymLinks +Indexes +Includes +ExecCGI AllowOverride All </Directory> @@ -615,7 +682,53 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="mod-throttle">4.2.7. <TT +NAME="directoryindex" +></A +>4.2.7. <TT +CLASS="filename" +>directoryindex</TT +> for the Bugzilla default page.</H2 +><P +>You should modify the <DirectoryIndex> parameter for + the Apache virtual host running your Bugzilla installation to + allow <TT +CLASS="filename" +>index.cgi</TT +> as the index page for a + directory, as well as the usual <TT +CLASS="filename" +>index.html</TT +>, + <TT +CLASS="filename" +>index.htm</TT +>, and so forth. </P +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="mod_perl" +></A +>4.2.8. Bugzilla and <TT +CLASS="filename" +>mod_perl</TT +></H2 +><P +>Bugzilla is unsupported under mod_perl. Effort is underway + to make it work cleanly in a mod_perl environment, but it is + slow going. + </P +></DIV +><DIV +CLASS="section" +><H2 +CLASS="section" +><A +NAME="mod-throttle" +></A +>4.2.9. <TT CLASS="filename" >mod_throttle</TT > |