Actions
Bug #6021
closedWindows Explorer Stops Working / Crashes when Security Tab is accessed
Start date:
2015-06-21
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
When editing an acl (right-click on a directory) the Windows ACL editor tries to lookup the SIDs found in the ACL using LsaLookupSid calls.
We're returning garbage for the RID, which causes a lot of weird failures later, leading to Windows Explorer restarting.
Related issues
Updated by Gordon Ross about 7 years ago
- Category set to cifs - CIFS server and client
Updated by Alek Pinchuk almost 7 years ago
- Related to Bug #3593: CIFS crash windows 8 client while editing security on a share added
Updated by Gordon Ross almost 7 years ago
- Subject changed from Windows Explorer Stops Working / Crashes when Security Tab is accessed to Windows Explorer Stops Working / Crashes when Security Tab is accessed
Updated by Gordon Ross almost 7 years ago
- Subject changed from Windows Explorer Stops Working / Crashes when Security Tab is accessed to Windows Explorer Stops Working / Crashes when Security Tab is accessed
Updated by Electric Monk almost 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit e16c88fb36290957b2335d1d4d9398e7fd918449
commit e16c88fb36290957b2335d1d4d9398e7fd918449 Author: Gordon Ross <gwr@nexenta.com> Date: 2015-10-04T15:58:42.000Z 6021 Windows Explorer Stops Working / Crashes when Security Tab is accessed Reviewed by: Bayard Bell <bayard.bell@nexenta.com> Reviewed by: Matt Barden <Matt.Barden@nexenta.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions