﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1920	Script crashes with error reported in Security.au3 at line 85	malcolmsearle	Jon	"My usage:
Script uses Security.au3 to get user SIDs from Active Directory. The task is to get a range of user information from Active Directory.

The failing line in my script is:
{{{
$bSid = _Security__GetAccountSid($strDomainName & ""\"" & $strSamid, $strLogonServer)
}}}




Problem:
Occasionally the script will crash reporting an error at line 85 of Security.au3 involving use of a subscript with a non-array variable. This code assumes _SecurityLookupAccountSid only returns an array. In fact, _SecurityLookupAccountSid can return zero (ref. ticket 1393).

"	Bug	closed	3.3.7.2	AutoIt	3.3.6.1	None	Fixed		
