http://bugs.winehq.org/show_bug.cgi?id=10612
Zac Brown zac@zacbrown.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zac@zacbrown.org
--- Comment #1 from Zac Brown zac@zacbrown.org 2007-12-20 21:53:49 --- Hi,
I just submitted a patch for this bug. The patch can be found here: http://www.winehq.org/pipermail/wine-patches/2007-December/048210.html
This small patch seems to make wine behave properly. After some careful study, if you look at the first two cases in dlls/advapi32/test/security.c for LookupAccountName, one would think they should both behave the same but Windows seems to treat instances when no Sid is provided differently.
Another odd behavior by Windows.
-Zac