Hi Cody,
Ok, I modified the original adbindproxy.pl and added in the following lines:
my $password = getPassword("Enter the password for authorized user $cdcAdmin : ");
$txt = ` $SambaConf{NET} rpc getsid -S $cdcDomainController -U $cdcAdmin%$password 2>/dev/null `;
I then ran this adbindproxy.pl on the system that it would not run on and it came up with the domain SID error but then asked for the password and continued on fine.
So thanks for your help with this as I had been struggling for days to try and get this working.
thanks,
John