﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1636	_Security_LookupAccountSID for Remote Systems	SkinnyWhiteGuy	Jpm	"I was looking at reading SID values from a remote registry and then trying to lookup the account name for them, when I found that the included function in Security.au3 didn't have the ability to go from SID to Account Name remotely. Now, it can do it for Account Name to SID. I looked it up at MSDN, and it turns out it can be added just like it's partner function.

Here are the changes I made to my copy, and tested to see if it worked (which it does): 

Line 257: add a '$sSystem = """"' as a parameter.
Line 268: change the DLLCall so the first parameter passed is a wstr, using $sSystem as it's value.


That's all that needs to be added to gain this functionality.

Thanks."	Feature Request	closed	3.3.7.0	Standard UDFs		None	Completed		
