diff options
author | justdave%syndicomm.com <> | 2003-11-22 14:10:24 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2003-11-22 14:10:24 +0000 |
commit | a823f15b73fdd149ecb19becc750155d297e8e37 (patch) | |
tree | ab42f464f69d0ade144807ec37949abae30e14c9 /contrib/README | |
parent | da857afa089e79ad16fb833dd1ffe397055fd892 (diff) | |
download | bugs-a823f15b73fdd149ecb19becc750155d297e8e37.tar bugs-a823f15b73fdd149ecb19becc750155d297e8e37.tar.gz bugs-a823f15b73fdd149ecb19becc750155d297e8e37.tar.bz2 bugs-a823f15b73fdd149ecb19becc750155d297e8e37.tar.xz bugs-a823f15b73fdd149ecb19becc750155d297e8e37.zip |
Bug 221460: perl syncronisation script for ldap (contrib)
Contributed by Andreas Höfler <andreas.hoefler@bearingpoint.com>
a= justdave
Diffstat (limited to 'contrib/README')
-rw-r--r-- | contrib/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README index e26d00d40..137790512 100644 --- a/contrib/README +++ b/contrib/README @@ -3,6 +3,8 @@ 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. @@ -29,3 +31,11 @@ bugzilla_ldapsync.rb -- Script you can run via cron that queries an LDAP 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> + + |