win32.html 32.1 KB
Newer Older
1 2 3 4 5 6
<HTML
><HEAD
><TITLE
>Win32 Installation Notes</TITLE
><META
NAME="GENERATOR"
7
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
8 9 10 11 12 13 14 15 16 17 18 19 20 21
"><LINK
REL="HOME"
TITLE="The Bugzilla Guide"
HREF="index.html"><LINK
REL="UP"
TITLE="Installation"
HREF="installation.html"><LINK
REL="PREVIOUS"
TITLE="Installation General Notes"
HREF="geninstall.html"><LINK
REL="NEXT"
TITLE="Administering Bugzilla"
HREF="administration.html"></HEAD
><BODY
22
CLASS="section"
23 24 25 26 27 28 29 30
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
31
SUMMARY="Header navigation table"
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Bugzilla Guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="geninstall.html"
49
ACCESSKEY="P"
50 51 52 53 54 55 56 57 58 59 60 61 62
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 3. Installation</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="administration.html"
63
ACCESSKEY="N"
64 65 66 67 68 69 70 71
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
72
CLASS="section"
73
><H1
74
CLASS="section"
75
><A
76
NAME="win32">3.6. Win32 Installation Notes</H1
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
><P
>This section covers installation on Microsoft Windows 95,
      98, ME, NT, and 2000.  Bugzilla works fine on Win32 platforms,
      but please remember that the Bugzilla team and the author of the
      Guide neither endorse nor support installation on Microsoft
      Windows.  Bugzilla installs and runs <EM
>best</EM
>
      and <EM
>easiest</EM
> on UNIX-like operating systems,
      and that is the way it will stay for the foreseeable future. The
      Bugzilla team is considering supporting Win32 for the 2.16
      release and later.</P
><P
>The easiest way to install Bugzilla on Intel-archiecture
      machines is to install some variant of GNU/Linux, then follow
      the UNIX installation instructions in this Guide.  If you have
      any influence in the platform choice for running this system,
      please choose GNU/Linux instead of Microsoft Windows.</P
><DIV
98
CLASS="section"
99
><H2
100
CLASS="section"
101
><A
102
NAME="wininstall">3.6.1. Win32 Installation: Step-by-step</H2
103
><DIV
104
CLASS="note"
105 106 107
><P
></P
><TABLE
108
CLASS="note"
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
124
>&#13;	  You should be familiar with, and cross-reference, the rest
125 126 127
	  of the  
	  <A
HREF="installation.html"
128
>Bugzilla Installation</A
129 130 131 132 133 134 135 136 137 138
> section while performing your
	  Win32 installation.
	</P
><P
>  Making Bugzilla work on Microsoft Windows is no
	  picnic.  Support for Win32 has improved dramatically in the
	  last few releases, but, if you choose to proceed, you should
	  be a <EM
>very</EM
> skilled Windows Systems
139 140 141 142 143 144
	  Administrator with strong troubleshooting abilities, a high
	  tolerance for pain, and moderate perl skills. Bugzilla on NT
	  requires hacking source code and implementing some advanced
	  utilities.  What follows is the recommended installation
	  procedure for Win32; additional suggestions are provided in
	  <A
145
HREF="faq.html"
146
>Appendix A</A
147 148 149 150 151 152 153
>.
	</P
></TD
></TR
></TABLE
></DIV
><DIV
154
CLASS="procedure"
155 156 157 158
><OL
TYPE="1"
><LI
><P
159
>&#13;	    Install <A
160 161
HREF="http://www.apache.org/"
TARGET="_top"
162 163 164 165 166 167 168 169 170 171 172 173
>Apache Web
	      Server</A
> for Windows, and copy the Bugzilla files
	    somewhere Apache can serve them.  Please follow all the
	    instructions referenced in <A
HREF="installation.html"
>Bugzilla Installation</A
>
	    regarding your Apache configuration, particularly
	    instructions regarding the <SPAN
CLASS="QUOTE"
>"AddHandler"</SPAN
174
>
175 176 177 178
	    parameter and <SPAN
CLASS="QUOTE"
>"ExecCGI"</SPAN
>.
179 180
	  </P
><DIV
181
CLASS="note"
182 183 184
><P
></P
><TABLE
185
CLASS="note"
186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
201
>&#13;	      You may also use Internet Information Server or Personal
202 203 204 205
	      Web Server for this purpose.  However, setup is quite
	      different.  If ActivePerl doesn't seem to handle your
	      file associations correctly (for .cgi and .pl files),
	      please consult <A
206
HREF="faq.html"
207
>Appendix A</A
208 209 210
>.
	    </P
><P
211
>&#13;	      If you are going to use IIS, if on Windows NT you must
212 213 214 215 216 217 218 219 220 221
	      be updated to at least Service Pack 4.  Windows 2000
	      ships with a sufficient version of IIS.
	    </P
></TD
></TR
></TABLE
></DIV
></LI
><LI
><P
222
>&#13;	    Install <A
223 224 225 226 227 228 229 230 231 232
HREF="http://www.activestate.com/"
TARGET="_top"
>ActivePerl</A
> for Windows.  Check <A
HREF="http://aspn.activestate.com/ASPN/Downloads/ActivePerl/"
TARGET="_top"
>http://aspn.activestate.com/ASPN/Downloads/ActivePerl</A
> for a current compiled binary.
	  </P
><P
233
>&#13;	    Please also check the following links to fully understand the status
234 235 236 237
	    of ActivePerl on Win32:
	    <A
HREF="http://language.perl.com/newdocs/pod/perlport.html"
TARGET="_top"
238
>&#13;	      Perl Porting</A
239 240 241 242
>, and
	    <A
HREF="http://ftp.univie.ac.at/packages/perl/ports/nt/FAQ/perlwin32faq5.html"
TARGET="_top"
243
>&#13;	      Perl on Win32 FAQ</A
244 245 246 247 248
>
	  </P
></LI
><LI
><P
249 250 251 252 253 254 255 256 257 258 259 260 261
>&#13;            Use ppm from your perl\bin directory to install the following
            packs:  DBI, DBD-Mysql, TimeDate, Chart, Date-Calc, Date-Manip,
            GD, AppConfig, and Template. You may need to extract them from
            .zip format using Winzip or other unzip program first. Most of
            these additional ppm modules can be downloaded from ActiveState,
            but AppConfig and Template should be obtained from OpenInteract
            using <A
HREF="http://openinteract.sourceforge.net/"
TARGET="_top"
>the instructions on
            the Template Toolkit web site</A
>.
          </P
262
><DIV
263
CLASS="note"
264 265 266
><P
></P
><TABLE
267
CLASS="note"
268 269 270 271 272 273 274 275 276 277 278 279 280 281 282
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
283
>&#13;	      You can find a list of modules at
284 285 286
	      <A
HREF="http://www.activestate.com/PPMPackages/zips/5xx-builds-only"
TARGET="_top"
287
>&#13;		http://www.activestate.com/PPMPackages/zips/5xx-builds-only/</A
288 289 290 291 292
>
		or <A
HREF="http://www.activestate.com/PPMPackages/5.6plus"
TARGET="_top"
>http://www.activestate.com/PPMPackages/5.6plus</A
293 294 295 296 297 298 299
>
	    </P
></TD
></TR
></TABLE
></DIV
><P
300
>&#13;	    The syntax for ppm is:
301
	    <TT
302 303 304
CLASS="computeroutput"
>&#13;	      <TT
CLASS="prompt"
305 306
>C:&#62; </TT
><B
307
CLASS="command"
308 309 310 311 312 313
>ppm &#60;modulename&#62;</B
>
	    </TT
>
	  </P
><DIV
314
CLASS="example"
315
><A
316
NAME="AEN985"><P
317 318 319 320 321
><B
>Example 3-3. Installing ActivePerl ppd Modules on Microsoft Windows</B
></P
><P
><TT
322
CLASS="prompt"
323 324
>C:&#62;</TT
><B
325
CLASS="command"
326 327
>ppm
		<TT
328
CLASS="option"
329 330 331 332 333 334 335
>DBD-Mysql</TT
></B
></P
><P
>Watch your capitalization!</P
></DIV
><P
336 337 338 339 340 341 342 343 344 345 346
>&#13;            ActiveState's 5.6Plus directory also contains an AppConfig ppm, so
            you might see the following error when trying to install the
            version at OpenInteract:
          </P
><P
>&#13;            <TT
CLASS="computeroutput"
>&#13;              Error installing package 'AppConfig': Read a PPD for
              'AppConfig', but it is not intended for this build of Perl
              (MSWin32-x86-multi-thread)
            </TT
347 348
>
	  </P
349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
><P
>&#13;            If so, download both <A
HREF="http://openinteract.sourceforge.net/ppmpackages/AppConfig.tar.gz"
TARGET="_top"
>the
            tarball</A
> and <A
HREF="http://openinteract.sourceforge.net/ppmpackages/AppConfig.ppd"
TARGET="_top"
>the
            ppd</A
> directly from OpenInteract, then run ppm from within
            the same directory  to which you downloaded those files and
            install the package by referencing  the ppd file explicitly via in
            the install command, f.e.: 
            <DIV
CLASS="example"
><A
367
NAME="AEN998"><P
368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387
><B
>Example 3-4. Installing OpenInteract ppd Modules manually on Microsoft
              Windows</B
></P
><P
>&#13;                <TT
CLASS="computeroutput"
><B
CLASS="command"
>install
                <TT
CLASS="filename"
>C:\AppConfig.ppd</TT
></B
></TT
>
              </P
></DIV
>
          </P
388 389 390
></LI
><LI
><P
391
>&#13;	    Install MySQL for NT.
392
	    <DIV
393
CLASS="note"
394 395 396
><P
></P
><TABLE
397
CLASS="note"
398 399 400 401 402 403 404 405 406 407 408 409 410 411 412
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
413
>&#13;		You can download MySQL for Windows NT from <A
414 415 416 417 418 419 420 421 422 423 424 425 426 427
HREF="http://www.mysql.com/"
TARGET="_top"
>MySQL.com</A
>.  Some find it helpful to use the WinMySqlAdmin utility, included with the download, to set up the database.
	      </P
></TD
></TR
></TABLE
></DIV
>
	  </P
></LI
><LI
><P
428
>&#13;	    Setup MySQL
429 430 431 432 433 434
	  </P
><OL
CLASS="SUBSTEPS"
TYPE="a"
><LI
><P
435 436 437 438
>&#13;		<TT
CLASS="computeroutput"
>&#13;		  <TT
CLASS="prompt"
439 440 441
>C:&#62; </TT
>
		  <B
442
CLASS="command"
443 444 445 446 447 448 449 450
>C:\mysql\bin\mysql -u root mysql</B
>
		</TT
>
	      </P
></LI
><LI
><P
451 452 453 454
>&#13;		<TT
CLASS="computeroutput"
>&#13;		  <TT
CLASS="prompt"
455 456 457
>mysql&#62;</TT
>
		  <B
458
CLASS="command"
459 460 461 462 463 464 465 466
>DELETE FROM user WHERE Host='localhost' AND User='';</B
>
		</TT
>
	      </P
></LI
><LI
><P
467 468 469 470
>&#13;		<TT
CLASS="computeroutput"
>&#13;		  <TT
CLASS="prompt"
471 472 473
>mysql&#62;</TT
>
		  <B
474
CLASS="command"
475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493
>UPDATE user SET Password=PASSWORD ('new_password')
		    WHERE user='root';</B
>
		</TT
>
	      </P
><P
><SPAN
CLASS="QUOTE"
>"new_password"</SPAN
>, above, indicates
		whatever password you wish to use for your
		<SPAN
CLASS="QUOTE"
>"root"</SPAN
> user.</P
></LI
><LI
><A
494
NAME="ntbugs-password"
495 496
></A
><P
497 498 499 500
>&#13;		<TT
CLASS="computeroutput"
>&#13;		  <TT
CLASS="prompt"
501 502 503
>mysql&#62;</TT
>
		  <B
504
CLASS="command"
505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525
>GRANT SELECT, INSERT, UPDATE, DELETE,
		    INDEX, ALTER, CREATE, DROP, REFERENCES
		    ON bugs.* to bugs@localhost
		    IDENTIFIED BY 'bugs_password';</B
>
		</TT
>
	      </P
><P
><SPAN
CLASS="QUOTE"
>"bugs_password"</SPAN
>, above, indicates
		whatever password you wish to use for your
		<SPAN
CLASS="QUOTE"
>"bugs"</SPAN
> user.</P
></LI
><LI
><P
526 527 528 529
>&#13;		<TT
CLASS="computeroutput"
>&#13;		  <TT
CLASS="prompt"
530 531 532
>mysql&#62;</TT
>
		  <B
533
CLASS="command"
534 535 536 537 538 539 540 541
>FLUSH PRIVILEGES;</B
>
		</TT
>
	      </P
></LI
><LI
><P
542 543 544 545
>&#13;		<TT
CLASS="computeroutput"
>&#13;		  <TT
CLASS="prompt"
546 547 548
>mysql&#62;</TT
>
		  <B
549
CLASS="command"
550 551 552 553 554 555 556 557
>create database bugs;</B
>
		</TT
>
	      </P
></LI
><LI
><P
558 559 560 561
>&#13;		<TT
CLASS="computeroutput"
>&#13;		  <TT
CLASS="prompt"
562 563 564
>mysql&#62;</TT
>
		  <B
565
CLASS="command"
566 567 568 569 570 571 572 573
>exit;</B
>
		</TT
>
	      </P
></LI
><LI
><P
574 575 576 577
>&#13;		<TT
CLASS="computeroutput"
>&#13;		  <TT
CLASS="prompt"
578 579 580
>C:&#62;</TT
>
		  <B
581
CLASS="command"
582 583 584 585 586 587 588 589 590 591
>C:\mysql\bin\mysqladmin -u root -p reload</B
>
		</TT
>
	      </P
></LI
></OL
></LI
><LI
><P
592 593
>&#13;	    Edit <TT
CLASS="filename"
594 595 596 597 598
>checksetup.pl</TT
> in your Bugzilla directory.  Change
	    this line:
	  </P
><P
599
>&#13;	    <TABLE
600 601 602 603 604 605 606 607
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
608 609
CLASS="programlisting"
>&#13;my $webservergid = getgrnam($my_webservergroup);
610 611 612 613 614 615
	    </PRE
></FONT
></TD
></TR
></TABLE
>
616 617
	  </P
><P
618
>&#13;	    to
619 620
	  </P
><P
621
>&#13;	    <TABLE
622 623 624 625 626 627 628 629
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
630 631
CLASS="programlisting"
>&#13;my $webservergid = $my_webservergroup;
632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647
	    </PRE
></FONT
></TD
></TR
></TABLE
>
or the name of the group you wish to own the files explicitly:
	    <TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
648 649
CLASS="programlisting"
>&#13;my $webservergid = 'Administrators'
650 651 652 653 654 655
	    </PRE
></FONT
></TD
></TR
></TABLE
>
656 657 658 659
	  </P
></LI
><LI
><P
660 661
>&#13;	    Run <TT
CLASS="filename"
662 663 664 665 666 667 668
>checksetup.pl</TT
> from the Bugzilla directory.
	  </P
></LI
><LI
><P
>Edit <TT
669
CLASS="filename"
670 671 672
>localconfig</TT
> to suit your
	    requirements.  Set <TT
673
CLASS="varname"
674 675 676 677 678 679
>$db_pass</TT
> to your
	    <SPAN
CLASS="QUOTE"
>"bugs_password"</SPAN
> from <A
680
HREF="win32.html#ntbugs-password"
681 682
>step 5.d</A
>, and <TT
683
CLASS="varname"
684 685 686 687 688 689
>$webservergroup</TT
> to <SPAN
CLASS="QUOTE"
>"8"</SPAN
>.</P
><DIV
690
CLASS="note"
691 692 693
><P
></P
><TABLE
694
CLASS="note"
695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>Not sure on the <SPAN
CLASS="QUOTE"
>"8"</SPAN
> for
	      <TT
715
CLASS="varname"
716 717 718 719 720 721 722 723 724 725
>$webservergroup</TT
> above.  If it's
	      wrong, please send corrections.</P
></TD
></TR
></TABLE
></DIV
></LI
><LI
><P
726 727
>&#13;	    Edit <TT
CLASS="filename"
728 729 730 731
>defparams.pl</TT
> to suit your
	    requirements.  Particularly, set
	    <TT
732
CLASS="varname"
733 734 735
>DefParam("maintainer")</TT
> and
	    <TT
736
CLASS="varname"
737 738 739 740 741
>DefParam("urlbase") to match your
	      install.</TT
>
	  </P
><DIV
742
CLASS="note"
743 744 745
><P
></P
><TABLE
746
CLASS="note"
747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>This is yet another step I'm not sure of, since the
	      maintainer of this documentation does not maintain
	      Bugzilla on NT.  If you can confirm or deny that this
	      step is required, please let me know.</P
></TD
></TR
></TABLE
></DIV
></LI
><LI
><DIV
773
CLASS="note"
774 775 776
><P
></P
><TABLE
777
CLASS="note"
778 779 780 781 782 783 784 785 786 787 788 789 790 791 792
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
793
>&#13;	      There are several alternatives to Sendmail that will work on Win32.
794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821
	      The one mentioned here is a <EM
>suggestion</EM
>, not
	      a requirement.  Some other mail packages that can work include
	      <A
HREF="http://www.blat.net/"
TARGET="_top"
>BLAT</A
>,
	      <A
HREF="http://www.geocel.com/windmail/"
TARGET="_top"
>Windmail</A
>,
	      <A
HREF="http://www.dynamicstate.com/"
TARGET="_top"
>Mercury Sendmail</A
>,
	      and the CPAN Net::SMTP Perl module (available in .ppm).
	      Every option requires some hacking of the Perl scripts for Bugzilla
	      to make it work.  The option here simply requires the least.
	    </P
></TD
></TR
></TABLE
></DIV
><DIV
822
CLASS="procedure"
823 824 825 826
><OL
TYPE="1"
><LI
><P
827
>&#13;		Download NTsendmail, available from<A
828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849
HREF="http://www.ntsendmail.com/"
TARGET="_top"
> www.ntsendmail.com</A
>. You must have a "real" mail server which allows you to relay off it in your $ENV{"NTsendmail"} (which you should probably place in globals.pl)
	      </P
></LI
><LI
><P
>Put ntsendmail.pm into your .\perl\lib directory.</P
></LI
><LI
><P
>Add to globals.pl:</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
850 851
CLASS="programlisting"
>&#13;# these settings configure the NTsendmail process
852 853 854 855 856 857 858 859 860 861
use NTsendmail;
$ENV{"NTsendmail"}="your.smtpserver.box";
$ENV{"NTsendmail_debug"}=1;
$ENV{"NTsendmail_max_tries"}=5;
	      </PRE
></FONT
></TD
></TR
></TABLE
><DIV
862
CLASS="note"
863 864 865
><P
></P
><TABLE
866
CLASS="note"
867 868 869 870 871 872 873 874 875 876 877 878 879 880 881
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
882
>&#13;		  Some mention to also edit
883
		  <TT
884
CLASS="varname"
885 886 887
>$db_pass</TT
> in
		  <TT
888
CLASS="filename"
889 890 891 892 893 894 895 896 897
>globals.pl</TT
> to be your
		  <SPAN
CLASS="QUOTE"
>"bugs_password"</SPAN
>.  Although this may get
		  you around some problem authenticating to your
		  database, since globals.pl is not normally
		  restricted by <TT
898
CLASS="filename"
899 900 901 902 903 904 905 906 907 908 909 910
>.htaccess</TT
>, your
		  database password is exposed to whoever uses your
		  web server.
		</P
></TD
></TR
></TABLE
></DIV
></LI
><LI
><P
911
>&#13;		Find and comment out all occurences of
912 913 914
		<SPAN
CLASS="QUOTE"
>"<B
915
CLASS="command"
916 917 918 919 920 921 922 923 924 925 926 927 928
>open(SENDMAIL</B
>"</SPAN
> in
		your Bugzilla directory.  Then replace them with:
		<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
929 930
CLASS="programlisting"
>&#13;# new sendmail functionality
931 932 933 934 935 936 937 938 939 940 941 942 943
my $mail=new NTsendmail;
my $from="bugzilla\@your.machine.name.tld";
my $to=$login;
my $subject=$urlbase;
$mail-&#62;send($from,$to,$subject,$msg);
		</PRE
></FONT
></TD
></TR
></TABLE
>
	      </P
><DIV
944
CLASS="note"
945 946 947
><P
></P
><TABLE
948
CLASS="note"
949 950 951 952 953 954 955 956 957 958 959 960 961 962 963
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
964
>&#13;		  Some have found success using the commercial product, 
965
		  <SPAN
966
CLASS="productname"
967 968 969 970 971 972 973 974 975 976 977 978
>Windmail</SPAN
>.
		  You could try replacing your sendmail calls with:
		  <TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
979 980
CLASS="programlisting"
>&#13;open SENDMAIL, "|\"C:/General/Web/tools/Windmail 4.0 Beta/windmail\" -t &#62; mail.log";
981 982 983 984 985 986 987 988
		  </PRE
></FONT
></TD
></TR
></TABLE
>
		or something to that effect.
		</P
989 990 991 992 993 994 995 996 997 998
></TD
></TR
></TABLE
></DIV
></LI
></OL
></DIV
></LI
><LI
><P
999
>&#13;	    Change all references in all files from
1000
	    <TT
1001
CLASS="filename"
1002 1003 1004
>processmail</TT
> to
	    <TT
1005
CLASS="filename"
1006 1007 1008
>processmail.pl</TT
>, and
	    rename <TT
1009
CLASS="filename"
1010 1011 1012
>processmail</TT
> to
	    <TT
1013
CLASS="filename"
1014 1015 1016 1017
>processmail.pl</TT
>.
	  </P
><DIV
1018
CLASS="note"
1019 1020 1021
><P
></P
><TABLE
1022
CLASS="note"
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
1038
>&#13;	      Many think this may be a change we want to make for
1039 1040 1041 1042 1043 1044 1045 1046
	      main-tree Bugzilla.  It's painless for the UNIX folks,
	      and will make the Win32 people happier.
	    </P
></TD
></TR
></TABLE
></DIV
><DIV
1047
CLASS="note"
1048 1049 1050
><P
></P
><TABLE
1051
CLASS="note"
1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
1067
>&#13;	      Some people have suggested using the Net::SMTP Perl module instead of NTsendmail or the other options listed here.  You can change processmail.pl to make this work.
1068 1069 1070 1071 1072 1073 1074 1075 1076
	    <TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
1077 1078 1079 1080
CLASS="programlisting"
>&#13;

my $smtp = Net::SMTP-&#62;new('&#60;Name of your SMTP server&#62;');   #connect to SMTP server
1081 1082 1083 1084 1085 1086 1087
$smtp-&#62;mail('&#60;your name&#62;@&#60;you smpt server&#62;');# use the sender's adress here
$smtp-&#62;to($tolist); # recipient's address
$smtp-&#62;data();  # Start the mail
$smtp-&#62;datasend($msg);
$smtp-&#62;dataend();   # Finish sending the mail
$smtp-&#62;quit;    # Close the SMTP connection
$logstr = "$logstr; mail sent to $tolist $cclist";
1088 1089 1090 1091
}


</PRE
1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106
></FONT
></TD
></TR
></TABLE
>
here is a test mail program for Net::SMTP:
<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
1107 1108 1109 1110
CLASS="programlisting"
>&#13;

use Net::SMTP;
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121
 my $smtp = Net::SMTP-&#62;new('&#60;Name of your SMTP server', Timeout =&#62; 30, Debug
=&#62; 1, ); # connect to SMTP server
                 $smtp-&#62;auth;
                $smtp-&#62;mail('you@yourcompany.com');# use the sender's adress
here
                $smtp-&#62;to('someotherAddress@someotherdomain.com'); #
recipient's address
                $smtp-&#62;data();  # Start the mail
                $smtp-&#62;datasend('test');
                $smtp-&#62;dataend();   # Finish sending the mail
                $smtp-&#62;quit;    # Close the SMTP connection
1122 1123 1124 1125
exit;


</PRE
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138
></FONT
></TD
></TR
></TABLE
>
	    </P
></TD
></TR
></TABLE
></DIV
></LI
><LI
><DIV
1139
CLASS="note"
1140 1141 1142
><P
></P
><TABLE
1143
CLASS="note"
1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
1159
>&#13;	      This step is optional if you are using IIS or another
1160 1161
	      web server which only decides on an interpreter based
	      upon the file extension (.pl), rather than the
1162 1163 1164 1165 1166 1167 1168 1169 1170 1171
	      <SPAN
CLASS="QUOTE"
>"shebang"</SPAN
> line (#/usr/bonsaitools/bin/perl)
	    </P
></TD
></TR
></TABLE
></DIV
><P
1172
>&#13;	    Modify the path to perl on the first line (#!) of all
1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197
	    files to point to your Perl installation, and add
	    <SPAN
CLASS="QUOTE"
>"perl"</SPAN
> to the beginning of all Perl system
	    calls that use a perl script as an argument.  This may
	    take you a while. There is a <SPAN
CLASS="QUOTE"
>"setperl.csh"</SPAN
>
	    utility to speed part of this procedure, available in the
	    <A
HREF="patches.html"
>Useful Patches and Utilities for Bugzilla</A
> section of The Bugzilla Guide.
	    However, it requires the Cygwin GNU-compatible environment
	    for Win32 be set up in order to work.  See <A
HREF="http://www.cygwin.com/"
TARGET="_top"
>http://www.cygwin.com/</A
> for details on obtaining Cygwin.
	  </P
></LI
><LI
><P
1198 1199 1200
>&#13;	    Modify the invocation of all system() calls in all perl
	    scripts in your Bugzilla directory.  You should specify the
	    full path to perl for each system() call.  For instance, change
1201
	    this line in processmail: 
1202 1203 1204 1205 1206 1207 1208 1209 1210
	    <TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
1211
CLASS="programlisting"
1212
> 
1213 1214 1215 1216
system ("./processmail",@ARGLIST); 
	    &#60;/programlisting&#62; to
	    &#60;programlisting&#62; 
system ("C:\\perl\\bin\\perl", "processmail", @ARGLIST);
1217 1218 1219 1220 1221 1222 1223 1224
	    </PRE
></FONT
></TD
></TR
></TABLE
>
	  </P
></LI
1225 1226
><LI
><P
1227 1228
>&#13;            Add <TT
CLASS="function"
1229 1230 1231 1232 1233 1234 1235 1236 1237
>binmode()</TT
> calls so attachments
	    will work (<A
HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=62000"
TARGET="_top"
>bug 62000</A
>).
          </P
><P
1238
>&#13;            Because Microsoft Windows based systems handle binary
1239 1240 1241
	    files different than Unix based systems, you need to add
	    the following lines to
	    <TT
1242
CLASS="filename"
1243 1244 1245
>createattachment.cgi</TT
>  and
	    <TT
1246
CLASS="filename"
1247 1248 1249
>showattachment.cgi</TT
> before the
	    <TT
1250
CLASS="function"
1251
>require 'CGI.pl';</TT
1252 1253
> line.
</P
1254
><P
1255
>&#13;<TABLE
1256 1257 1258 1259 1260 1261 1262 1263
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
1264 1265 1266 1267 1268 1269
CLASS="programlisting"
>&#13;
binmode(STDIN);
binmode(STDOUT);

</PRE
1270 1271 1272 1273 1274 1275 1276
></FONT
></TD
></TR
></TABLE
>
          </P
><DIV
1277
CLASS="note"
1278 1279 1280
><P
></P
><TABLE
1281
CLASS="note"
1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
1297
>&#13;              According to <A
1298 1299 1300
HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=62000"
TARGET="_top"
>bug 62000</A
1301 1302 1303
>,
              the perl documentation says that you should always use
              <TT
1304
CLASS="function"
1305
>binmode()</TT
1306 1307 1308 1309
> when dealing with binary
              files, but never when dealing with text files.  That seems
              to suggest that rather than arbitrarily putting
              <TT
1310
CLASS="function"
1311
>binmode()</TT
1312 1313 1314
> at the beginning of the
              attachment files, there should be logic to determine if
              <TT
1315
CLASS="function"
1316 1317 1318 1319 1320 1321 1322 1323
>binmode()</TT
> is needed or not.
            </P
></TD
></TR
></TABLE
></DIV
></LI
1324 1325 1326
></OL
></DIV
><DIV
1327
CLASS="tip"
1328 1329 1330
><P
></P
><TABLE
1331
CLASS="tip"
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/tip.gif"
HSPACE="5"
ALT="Tip"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
1347
>&#13;	  If you are using IIS or Personal Web Server, you must add cgi
1348 1349
	  relationships to Properties -&#62; Home directory (tab) -&#62;
	  Application Settings (section) -&#62; Configuration (button),
1350
	  such as: 
1351 1352
	</P
><P
1353
>&#13;	  <TABLE
1354 1355 1356 1357 1358 1359 1360 1361
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
1362
CLASS="programlisting"
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381
> 
.cgi to: &#60;perl install directory&#62;\perl.exe %s %s
.pl to: &#60;perl install directory&#62;\perl.exe %s %s
GET,HEAD,POST
	  </PRE
></FONT
></TD
></TR
></TABLE
> 
	  Change the path to Perl to match your
	  install, of course.
	</P
></TD
></TR
></TABLE
></DIV
></DIV
><DIV
1382
CLASS="section"
1383
><H2
1384
CLASS="section"
1385
><A
1386
NAME="addlwintips">3.6.2. Additional Windows Tips</H2
1387
><DIV
1388
CLASS="tip"
1389 1390 1391
><P
></P
><TABLE
1392
CLASS="tip"
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/tip.gif"
HSPACE="5"
ALT="Tip"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
1408
>&#13;	  From Andrew Pearson:
1409
	  <A
1410
NAME="AEN1168"><BLOCKQUOTE
1411 1412
CLASS="BLOCKQUOTE"
><P
1413
>&#13;	      You can make Bugzilla work with Personal Web Server for
1414 1415 1416
	      Windows 98 and higher, as well as for IIS 4.0.
	      Microsoft has information available at <A
HREF="            http://support.microsoft.com/support/kb/articles/Q231/9/98.ASP"
1417
TARGET="_top"
1418
> http://support.microsoft.com/support/kb/articles/Q231/9/98.ASP</A
1419 1420 1421
>
	    </P
><P
1422
>&#13;	      Basically you need to add two String Keys in the
1423 1424 1425
	      registry at the following location:
	    </P
><P
1426
>&#13;	      <TABLE
1427 1428 1429 1430 1431 1432 1433 1434
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
1435 1436
CLASS="programlisting"
>&#13;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\ScriptMap
1437 1438 1439 1440 1441 1442
	      </PRE
></FONT
></TD
></TR
></TABLE
>
1443 1444
	    </P
><P
1445
>&#13;	      The keys should be called ".pl" and ".cgi", and both
1446 1447
	      should have a value something like:
	      <B
1448
CLASS="command"
1449 1450 1451 1452
>c:/perl/bin/perl.exe "%s" "%s"</B
>
	    </P
><P
1453
>&#13;	      The KB article only talks about .pl, but it goes into
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463
	      more detail and provides a perl test script.
	    </P
></BLOCKQUOTE
>
	</P
></TD
></TR
></TABLE
></DIV
><DIV
1464
CLASS="tip"
1465 1466 1467
><P
></P
><TABLE
1468
CLASS="tip"
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483
WIDTH="100%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/tip.gif"
HSPACE="5"
ALT="Tip"></TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
1484
>&#13;	  If attempting to run Bugzilla 2.12 or older, you will need
1485 1486 1487 1488
	  to remove encrypt() calls from the Perl source. This is
	  <EM
>not necessary</EM
> for Bugzilla 2.13 and
1489
	  later, which includes the current release, Bugzilla
1490
	  2.16.
1491
	  <DIV
1492
CLASS="example"
1493
><A
1494
NAME="AEN1180"><P
1495
><B
1496
>Example 3-5. Removing encrypt() for Windows NT Bugzilla version
1497
	      2.12 or earlier</B
1498 1499
></P
><P
1500
>&#13;	      Replace this:   
1501
	      <TABLE
1502 1503 1504 1505 1506 1507 1508 1509
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
1510
CLASS="programlisting"
1511 1512 1513
>  
SendSQL("SELECT encrypt(" . SqlQuote($enteredpwd) . ", " . SQLQuote(substr($realcryptpwd, 0, 2)) . ")");
my $enteredcryptpwd = FetchOneColumn();
1514
	      </PRE
1515 1516 1517 1518
></FONT
></TD
></TR
></TABLE
1519 1520
> 
with this:   
1521
	      <TABLE
1522 1523 1524 1525 1526 1527 1528 1529
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
1530
CLASS="programlisting"
1531 1532
>  
my $enteredcryptpwd = $enteredpwd   
1533
	      </PRE
1534 1535 1536 1537
></FONT
></TD
></TR
></TABLE
1538
> 
1539 1540
	      in cgi.pl.
	    </P
1541 1542 1543 1544 1545 1546 1547 1548
></DIV
>
	</P
></TD
></TR
></TABLE
></DIV
></DIV
1549
><DIV
1550
CLASS="section"
1551
><H2
1552
CLASS="section"
1553
><A
1554
NAME="bzldap">3.6.3. Bugzilla LDAP Integration</H2
1555
><P
1556
>&#13;	What follows is some late-breaking information on using the
1557 1558 1559 1560 1561
	LDAP authentication options with Bugzilla.  The author has not
	tested these (nor even formatted this section!) so please
	contribute feedback to the newsgroup.
      </P
><P
1562 1563 1564
CLASS="literallayout"
><br>
Mozilla::LDAP&nbsp;module<br>
1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628
<br>
The&nbsp;Mozilla::LDAP&nbsp;module&nbsp;allows&nbsp;you&nbsp;to&nbsp;use&nbsp;LDAP&nbsp;for&nbsp;authentication&nbsp;to<br>
the&nbsp;Bugzilla&nbsp;system.&nbsp;&nbsp;This&nbsp;module&nbsp;is&nbsp;not&nbsp;required&nbsp;if&nbsp;you&nbsp;are&nbsp;not&nbsp;using<br>
LDAP.<br>
<br>
Mozilla::LDAP&nbsp;(aka&nbsp;PerLDAP)&nbsp;is&nbsp;available&nbsp;for&nbsp;download&nbsp;from<br>
http://www.mozilla.org/directory.<br>
<br>
NOTE:&nbsp;The&nbsp;Mozilla::LDAP&nbsp;module&nbsp;requires&nbsp;Netscape's&nbsp;Directory&nbsp;SDK.<br>
Follow&nbsp;the&nbsp;link&nbsp;for&nbsp;"Directory&nbsp;SDK&nbsp;for&nbsp;C"&nbsp;on&nbsp;that&nbsp;same&nbsp;page&nbsp;to<br>
download&nbsp;the&nbsp;SDK&nbsp;first.&nbsp;&nbsp;After&nbsp;you&nbsp;have&nbsp;installed&nbsp;this&nbsp;SDK,&nbsp;then<br>
install&nbsp;the&nbsp;PerLDAP&nbsp;module.<br>
----------------------------------------------------------------------<br>
<br>
Post-Installation&nbsp;Checklist<br>
----------------------------------------------------------------------<br>
Set&nbsp;useLDAP&nbsp;to&nbsp;"On"&nbsp;**only**&nbsp;if&nbsp;you&nbsp;will&nbsp;be&nbsp;using&nbsp;an&nbsp;LDAP&nbsp;directory<br>
for&nbsp;authentication.&nbsp;&nbsp;Be&nbsp;very&nbsp;careful&nbsp;when&nbsp;setting&nbsp;up&nbsp;this&nbsp;parameter;<br>
if&nbsp;you&nbsp;set&nbsp;LDAP&nbsp;authentication,&nbsp;but&nbsp;do&nbsp;not&nbsp;have&nbsp;a&nbsp;valid&nbsp;LDAP&nbsp;directory<br>
set&nbsp;up,&nbsp;you&nbsp;will&nbsp;not&nbsp;be&nbsp;able&nbsp;to&nbsp;log&nbsp;back&nbsp;in&nbsp;to&nbsp;Bugzilla&nbsp;once&nbsp;you&nbsp;log<br>
out.&nbsp;&nbsp;(If&nbsp;this&nbsp;happens,&nbsp;you&nbsp;can&nbsp;get&nbsp;back&nbsp;in&nbsp;by&nbsp;manually&nbsp;editing&nbsp;the<br>
data/params&nbsp;file,&nbsp;and&nbsp;setting&nbsp;useLDAP&nbsp;back&nbsp;to&nbsp;0.)<br>
<br>
If&nbsp;using&nbsp;LDAP,&nbsp;you&nbsp;must&nbsp;set&nbsp;the&nbsp;three&nbsp;additional&nbsp;parameters:<br>
<br>
Set&nbsp;LDAPserver&nbsp;to&nbsp;the&nbsp;name&nbsp;(and&nbsp;optionally&nbsp;port)&nbsp;of&nbsp;your&nbsp;LDAP&nbsp;server.<br>
If&nbsp;no&nbsp;port&nbsp;is&nbsp;specified,&nbsp;it&nbsp;defaults&nbsp;to&nbsp;the&nbsp;default&nbsp;port&nbsp;of&nbsp;389.&nbsp;&nbsp;(e.g<br>
"ldap.mycompany.com"&nbsp;or&nbsp;"ldap.mycompany.com:1234")<br>
<br>
Set&nbsp;LDAPBaseDN&nbsp;to&nbsp;the&nbsp;base&nbsp;DN&nbsp;for&nbsp;searching&nbsp;for&nbsp;users&nbsp;in&nbsp;your&nbsp;LDAP<br>
directory.&nbsp;&nbsp;(e.g.&nbsp;"ou=People,o=MyCompany")&nbsp;&nbsp;uids&nbsp;must&nbsp;be&nbsp;unique&nbsp;under<br>
the&nbsp;DN&nbsp;specified&nbsp;here.<br>
<br>
Set&nbsp;LDAPmailattribute&nbsp;to&nbsp;the&nbsp;name&nbsp;of&nbsp;the&nbsp;attribute&nbsp;in&nbsp;your&nbsp;LDAP<br>
directory&nbsp;which&nbsp;contains&nbsp;the&nbsp;primary&nbsp;email&nbsp;address.&nbsp;&nbsp;On&nbsp;most&nbsp;directory<br>
servers&nbsp;available,&nbsp;this&nbsp;is&nbsp;"mail",&nbsp;but&nbsp;you&nbsp;may&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
----------------------------------------------------------------------<br>
<br>
(Not&nbsp;sure&nbsp;where&nbsp;this&nbsp;bit&nbsp;should&nbsp;go,&nbsp;but&nbsp;it's&nbsp;important&nbsp;that&nbsp;it&nbsp;be&nbsp;in<br>
there&nbsp;somewhere...)<br>
----------------------------------------------------------------------<br>
Using&nbsp;LDAP&nbsp;authentication&nbsp;for&nbsp;Bugzilla:<br>
<br>
The&nbsp;existing&nbsp;authentication&nbsp;scheme&nbsp;for&nbsp;Bugzilla&nbsp;uses&nbsp;email&nbsp;addresses<br>
as&nbsp;the&nbsp;primary&nbsp;user&nbsp;ID,&nbsp;and&nbsp;a&nbsp;password&nbsp;to&nbsp;authenticate&nbsp;that&nbsp;user.&nbsp;&nbsp;All<br>
places&nbsp;within&nbsp;Bugzilla&nbsp;where&nbsp;you&nbsp;need&nbsp;to&nbsp;deal&nbsp;with&nbsp;user&nbsp;ID&nbsp;(e.g<br>
assigning&nbsp;a&nbsp;bug)&nbsp;use&nbsp;the&nbsp;email&nbsp;address.<br>
<br>
The&nbsp;LDAP&nbsp;authentication&nbsp;builds&nbsp;on&nbsp;top&nbsp;of&nbsp;this&nbsp;scheme,&nbsp;rather&nbsp;than<br>
replacing&nbsp;it.&nbsp;&nbsp;The&nbsp;initial&nbsp;log&nbsp;in&nbsp;is&nbsp;done&nbsp;with&nbsp;a&nbsp;username&nbsp;and&nbsp;password<br>
for&nbsp;the&nbsp;LDAP&nbsp;directory.&nbsp;&nbsp;This&nbsp;then&nbsp;fetches&nbsp;the&nbsp;email&nbsp;address&nbsp;from&nbsp;LDAP<br>
and&nbsp;authenticates&nbsp;seamlessly&nbsp;in&nbsp;the&nbsp;standard&nbsp;Bugzilla&nbsp;authentication<br>
scheme&nbsp;using&nbsp;this&nbsp;email&nbsp;address.&nbsp;&nbsp;If&nbsp;an&nbsp;account&nbsp;for&nbsp;this&nbsp;address<br>
already&nbsp;exists&nbsp;in&nbsp;your&nbsp;Bugzilla&nbsp;system,&nbsp;it&nbsp;will&nbsp;log&nbsp;in&nbsp;to&nbsp;that<br>
account.&nbsp;&nbsp;If&nbsp;no&nbsp;account&nbsp;for&nbsp;that&nbsp;email&nbsp;address&nbsp;exists,&nbsp;one&nbsp;is&nbsp;created<br>
at&nbsp;the&nbsp;time&nbsp;of&nbsp;login.&nbsp;&nbsp;(In&nbsp;this&nbsp;case,&nbsp;Bugzilla&nbsp;will&nbsp;attempt&nbsp;to&nbsp;use&nbsp;the<br>
"displayName"&nbsp;or&nbsp;"cn"&nbsp;attribute&nbsp;to&nbsp;determine&nbsp;the&nbsp;user's&nbsp;full&nbsp;name.)<br>
<br>
After&nbsp;authentication,&nbsp;all&nbsp;other&nbsp;user-related&nbsp;tasks&nbsp;are&nbsp;still&nbsp;handled<br>
by&nbsp;email&nbsp;address,&nbsp;not&nbsp;LDAP&nbsp;username.&nbsp;&nbsp;You&nbsp;still&nbsp;assign&nbsp;bugs&nbsp;by&nbsp;email<br>
address,&nbsp;query&nbsp;on&nbsp;users&nbsp;by&nbsp;email&nbsp;address,&nbsp;etc.<br>
----------------------------------------------------------------------<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
></DIV
1629 1630 1631 1632 1633 1634
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
1635
SUMMARY="Footer navigation table"
1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="geninstall.html"
1647
ACCESSKEY="P"
1648 1649 1650 1651 1652 1653 1654 1655
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
1656
ACCESSKEY="H"
1657 1658 1659 1660 1661 1662 1663 1664
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="administration.html"
1665
ACCESSKEY="N"
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Installation General Notes</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="installation.html"
1681
ACCESSKEY="U"
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Administering Bugzilla</TD
></TR
></TABLE
></DIV
></BODY
></HTML
1694
>