Closed
Bug 198458
Opened 22 years ago
Closed 22 years ago
ldap to bugzilla account sync script, tested against Exchange (for contrib/)
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: thomas+mozilla, Assigned: thomas+mozilla)
References
Details
Attachments
(2 files)
5.45 KB,
text/plain
|
Details | |
2.09 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030312 Chimera/0.7+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030312 Chimera/0.7+
We're only allowed anonymous binds to our Exchange server here, so I wrote a
script 9 months ago that does an anonymous LDAP query for new accounts, and adds
them to Bugzilla with a default password.
Today I went ahead and added the functionality required so that it will also
edit disabledtext for Bugzilla users that no longer exist in the LDAP database.
While I added this feature, I cleaned it up a bit so that some one else in the
same predicament could benefit from my work.
It's so far only been tested against Microsoft Exchange 5.5.
Reproducible: Always
Steps to Reproduce:
![]() |
Assignee | |
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
Can you give me a short readme file to go with this, that includes a description
of what it does and who to contact if people have questions? Once I get that,
I'll stick it in contrib.
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
Assignee | |
Comment 3•22 years ago
|
||
Comment 4•22 years ago
|
||
I'll check this in later tonight. I'm not sure I'm going to use your README
patch verbatim... there appears to be several files missing in the README
anyhow, as well as several of them missing contact information, so I've pulled
CVS logs and will attempt to redo the whole thing anyway at the same time :)
Flags: approval+
Updated•22 years ago
|
Target Milestone: --- → Bugzilla 2.18
Comment 6•22 years ago
|
||
Never got around to redoing the README, so I just took this as-is. I'll do the
rewrite eventually.
Checking in contrib/README;
/cvsroot/mozilla/webtools/bugzilla/contrib/README,v <-- README
new revision: 1.5; previous revision: 1.4
done
Checking in contrib/bugzilla_ldapsync.rb;
/cvsroot/mozilla/webtools/bugzilla/contrib/bugzilla_ldapsync.rb,v <--
bugzilla_ldapsync.rb
initial revision: 1.1
done
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•