Deleting contact in top level of addressbook can delete account in AD (active directory) if used as member of domain admin, with no warning. Delete for ldap accounts should be disabled
Categories
(Thunderbird :: Address Book, defect)
Tracking
(thunderbird_esr78 wontfix)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: fpicabia, Assigned: rnons, Mentored)
Details
Attachments
(1 file)
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Hey,
Is anyone still owrking on this bug?
If not, I would like to give it a shot
Comment 9•4 years ago
|
||
Give it you best shot!
Comment 10•4 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #9)
Give it you best shot!
I am new to this, Can you please provide me with some kind of a lead or a starting point
Comment 11•4 years ago
|
||
Comment 12•4 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #11)
You'll have to dig around some
https://searchfox.org/comm-central/rev/b88bab9f14fb8c5485e0c5be2779b383e1382b50/mail/components/addrbook/content/abCommon.js#453 see also https://searchfox.org/comm-central/rev/b88bab9f14fb8c5485e0c5be2779b383e1382b50/mail/components/addrbook/content/abCommon.js#119
I have a few question,
- What is meant by top level of address book?
- what do you mean by member of domain admin?
- In Comment 2 what is meant by "top level of searching the address book"?
- What is LDAP context?
- As far as I understand this if condition checks whether the account is in the LDAP list, and returns true or false for deletion and non deletion respectively. if we need to disable deletion of LDAP accounts we can simply just return TRUE if the main if condition gets satistfied, i.e. if the contact is in mailing list, correct me if I am wrong here plz.
Updated•3 years ago
|
Assignee | ||
Comment 13•3 years ago
|
||
Fix the problem of when "All Address Books" is selected, delete menu/button is enabled for LDAP contacts.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 14•3 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/32cf985282dc
Disable delete menu/button for LDAP contacts. r=mkmelin
Updated•3 years ago
|
Description
•