diff options
author | justdave%syndicomm.com <> | 2003-04-22 11:11:32 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2003-04-22 11:11:32 +0000 |
commit | 58ab63119c6de5dbdfa74d268196da734e5c5fc2 (patch) | |
tree | 824063bb19e8f90dbc334cbcbd559e1901815200 /contrib/README | |
parent | 7d7df1ad51f23ec7595aa42b1bd51db770193214 (diff) | |
download | bugs-58ab63119c6de5dbdfa74d268196da734e5c5fc2.tar bugs-58ab63119c6de5dbdfa74d268196da734e5c5fc2.tar.gz bugs-58ab63119c6de5dbdfa74d268196da734e5c5fc2.tar.bz2 bugs-58ab63119c6de5dbdfa74d268196da734e5c5fc2.tar.xz bugs-58ab63119c6de5dbdfa74d268196da734e5c5fc2.zip |
Bug 198458: Added LDAP Sync script contributed by thomas+mozilla@stromberg.org (Thomas Stromberg) to the contrib directory.
a= justdave (no review for contrib)
Diffstat (limited to 'contrib/README')
-rw-r--r-- | contrib/README | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/contrib/README b/contrib/README index 40a728dbc..85089e50c 100644 --- a/contrib/README +++ b/contrib/README @@ -5,18 +5,23 @@ be useful to you. This directory includes: - 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 + 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> |