Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Advapi32Util getAccountBySid for remote machines #1068

Closed
wants to merge 1 commit into from
Closed

Fixed Advapi32Util getAccountBySid for remote machines #1068

wants to merge 1 commit into from

Conversation

nirud
Copy link

@nirud nirud commented Feb 20, 2019

Advapi32Util.getAccountBySid(String systemName, PSID sid) did not pass the parameter systemName to LookupAccountBySid calls.
It always passed null and got the account from the local machine.

There are no tests which tests the Advapi32 API involving a second remote machine therefor no tests were added or changed for this pull request.

@matthiasblaesing
Copy link
Member

Thank you for the work. Merged as b5b875f (I added CHANGES.md entry for this).

@nirud nirud deleted the Advapi32Util-getAccountBySid-fix branch February 21, 2019 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants