Closed
Bug 347453
Opened 19 years ago
Closed 19 years ago
Checksetup needs Perl-LDAP for Net::LDAP module on Windows
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: karl, Assigned: mkanat)
Details
Attachments
(1 file, 1 obsolete file)
969 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Checksetup looks for the Net::LDAP module as an optional module for those who wish to use LDAP-based authentication. When it is unable to find the module, it asks the user to run `ppm install Net-LDAP` to get the module. However, the user should be running `ppm install Perl-LDAP`, which gets Net::LDAP and some additional modules, to satisfy checksetup. I was able to confirm this by running `ppm install Perl-LDAP`; during the next run of checksetup I was no longer asked for the Net::LDAP module.
![]() |
||
Comment 1•19 years ago
|
||
If this problem also exists in 2.22, it should block 2.22.1. Being unable to log in because one module cannot be installed using the information displayed makes the software pretty useless.
I can't simulate this on my installation: Bugzilla 2.22 .
Checksetup doesn't mention anything about Net::LDAP as optional module, and I don't have Net-LDAP-express or perl-ldap installed.
(I don't use LDAP authentication, but that shouldn't bother checksetup)
Assignee | ||
Comment 4•19 years ago
|
||
(In reply to comment #2)
> (I don't use LDAP authentication, but that shouldn't bother checksetup)
Oh 2.22, it does matter that you don't use LDAP auth, since 2.22 checksetup doesn't check for it otherwise.
Comment on attachment 237822 [details]
output of PPM test for modules
(obsolete: see comment 4)
Attachment #237822 -
Attachment is obsolete: true
Assignee | ||
Comment 6•19 years ago
|
||
Granting myself review as module owner.
Attachment #239829 -
Flags: review+
Assignee | ||
Comment 7•19 years ago
|
||
This isn't a regression, so I'm not going to backport it. 2.22 didn't print out an installation command at all, for Net::LDAP.
Status: NEW → ASSIGNED
Flags: approval?
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 3.0
Assignee | ||
Comment 9•19 years ago
|
||
Checking in Bugzilla/Install/Requirements.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm,v <-- Requirements.pm
new revision: 1.20; previous revision: 1.19
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•