You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os/user: change Windows user lookup to treat accounts for well-known groups as valid.
Some built-in Windows accounts such as `NT AUTHORITY\SYSTEM` are considered to
be users, but are classified by the OS as syscall.SidTypeWellKnownGroup, not as
syscall.SidTypeUser.
This change modifies account querying to consider both types to be valid.
Fixesgolang#49509
Signed-off-by: Aaron Klotz <[email protected]>
0 commit comments