gecko-dev/webtools/bugzilla/contrib
justdave%syndicomm.com f2f82f88df Bug 221460: perl syncronisation script for ldap (contrib)
Contributed by Andreas H��fler <andreas.hoefler@bearingpoint.com>
a= justdave
2003-11-22 06:10:24 +00:00
..
bug-bugzilla Fix for Bug 220724: Provide standalone bug submission program. Includes 2003-10-31 14:00:20 +00:00
bugzilla-submit Fix for Bug 220724: Provide standalone bug submission program. Includes 2003-10-31 14:00:20 +00:00
cmdline
BugzillaEmail.pm Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) 2002-08-26 06:17:26 +00:00
README Bug 221460: perl syncronisation script for ldap (contrib) 2003-11-22 06:10:24 +00:00
README.Mailif
bug_email.pl Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
bugmail_help.html
bugzilla.procmailrc
bugzilla_email_append.pl Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
bugzilla_ldapsync.rb Bug 203080 - New version of LDAP to Bugzilla account sync script. 2003-04-26 16:35:04 +00:00
cvs-update.pl contrib/cvs-update.sh should be in Perl. r=zach, a=justdave 2003-11-11 05:58:52 +00:00
gnats2bz.pl
jb2bz.py Adding jb2bz.py to contrib (bug 124869). 2002-02-13 14:59:30 +00:00
mysqld-watcher.pl Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line 2003-03-27 00:07:02 +00:00
syncLDAP.pl Bug 221460: perl syncronisation script for ldap (contrib) 2003-11-22 06:10:24 +00:00
yp_nomail.sh

README

This directory contains contributed software related to Bugzilla.
Things in here have not necessarily been tested or tried by anyone
except the original contributor, so tred carefully.  But it may still
be useful to you.

This file is encoded in UTF8 for purposes of contributor names.

This directory includes:

       bug-bugzilla/ --  A standalone bug submission script.

   mysqld-watcher.pl --  This script can be installed as a frequent cron 
                         job to clean up stalled/dead queries.

         gnats2bz.pl --  A perl script to help import bugs from a GNATS 
                         database into a Bugzilla database.  Contributed by
                         Tom Schutter <tom@platte.com>
 
        bug_email.pl --  A perl script that can receive email containing
                         bug reports (email-interface). Contributed by
                         Klaas Freitag <freitag@SuSE.de>
 	
       README.Mailif --  Readme describing the mail interface.
   bugmail_help.html --  User help page for the mail interface.
 
        yp_nomail.sh --  Script you can run via cron that regularly updates
                         the nomail file for terminated employees 

bugzilla_ldapsync.rb --  Script you can run via cron that queries an LDAP
                         server for e-mail addresses to add Bugzilla users
                         for. Will optionally disable Bugzilla users with
                         no matching LDAP record. Contributed by Thomas
                         Stromberg <thomas+bugzilla@stromberg.org>

         syncLDAP.pl --  Script you can run via cron that queries an LDAP
                         server for users and e-mail addresses and adds
                         missing users to Bugzilla. Can disable/update 
                         non-existing/changed information. Contributed by
                         Andreas Höfler <andreas.hoefler@bearingpoint.com>