RE: Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using Perl

2005-10-05 Thread Zeltov Alex
: Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using Perl Hmmm.. I think this is a permissions delegation issue.. Is the IIS Server trusted for delegation? This is of course a security risk... But so is opening IE.. :) Steven From: [EMAIL

RE: Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using Perl

2005-10-04 Thread Steven Manross
Hmmm.. I think this is a permissions delegation issue.. Is the IIS Server trusted for delegation? This is of course a security risk... But so is opening IE.. :) Steven From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zeltov Alex Sent: Tuesday,

RE: Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using Perl

2005-09-20 Thread Peter Guzis
The line This code works fine when I run it as a stand alone program leads me to believe it is a permission issue. Integrated Windows Authentication does not work well when your script needs to access a third system (in this case the domain controller). Try switching to basic authentication