Closed
Bug 148900
Opened 22 years ago
Closed 22 years ago
older versions of Mozilla will erase LDAP bind DN from the prefs
Categories
(MailNews Core :: LDAP Integration, defect, P3)
MailNews Core
LDAP Integration
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.1beta
People
(Reporter: dmosedale, Assigned: dmosedale)
References
Details
(Keywords: dataloss, Whiteboard: [adt3 RTM])
Attachments
(1 file)
(deleted),
patch
|
srilatha
:
review+
Bienvenu
:
superreview+
jud
:
approval+
|
Details | Diff | Splinter Review |
Until I checked in the patch for 135778, if the prefs code saw a .auth.dn
without a .savePassword, it blew away the .auth.dn. This has the side effect
that if people switch from newer to older builds and then back, their .auth.dn
gets trashed.
At first this didn't seem like a big deal, but the more I think about, the more
people will just perceive this as "mozilla is flaky". So I'd like to
gratuitously write out .savePassword, even though it's not necessary, to avoid
this lossage. Somewhere down the road, when everbody has 1.0x or newer, this
code can then be thrown out.
Assignee | ||
Updated•22 years ago
|
Assignee | ||
Comment 3•22 years ago
|
||
One-line patch. Always set .auth.savePassword. We can remove this someday.
Comment 4•22 years ago
|
||
Comment on attachment 88404 [details] [diff] [review]
patch, v1
sr=bienvenu
Attachment #88404 -
Flags: superreview+
Comment 5•22 years ago
|
||
Comment on attachment 88404 [details] [diff] [review]
patch, v1
r=srilatha
Attachment #88404 -
Flags: review+
Assignee | ||
Comment 6•22 years ago
|
||
Fix checked into the trunk. Since this bug involves dataloss for people with
multiple browsers (eg Netscape and Mozilla) installed (which will be true for
most Linux users), I'd like to renominate for landing on the branch. Note that
the workaround used here is extremely trivial (4 lines of code).
Comment 7•22 years ago
|
||
I concur. Plussing as a beta1+ bug. Yulian, can you try to verify this bug in
this mornings builds (looks like Dan checked it in late last night). If we can
verify it on the trunk today, we have a chance to get ADT approval before the
deadline.
Updated•22 years ago
|
Whiteboard: [adt3 RTM]
Comment 9•22 years ago
|
||
adt1.0.1- (on ADT's behalf), sorry ... let's get this one in the next release.
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.0.1 → mozilla1.1beta
Updated•22 years ago
|
Attachment #88404 -
Flags: approval+
Comment 10•22 years ago
|
||
please checkin to the 1.0.1 branch. once there, remove the "mozilla1.0.1+"
keyword and add the "fixed1.0.1" keyword.
Keywords: mozilla1.0.1 → mozilla1.0.1+
Comment 11•22 years ago
|
||
minusing as there's no one to own/land this change for 1.0.1
Keywords: mozilla1.0.1+ → mozilla1.0.1-
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•