in reply to Re^2: Windows Authentication through IIS
in thread Windows Authentication through IIS

Looks like the useraccount IUSR_srvname doesn't know anything about the domain and can't find your domain controller automatically...

Try one of the following:

my $ad_server = Win32::OLE->GetObject ("LDAP://servername") or die $!;
or
my $adpath = "LDAP://$server/DC=my,DC=domain,DC=edu";
or perhaps use GC: instead of LDAP: (GC is Global Catalog)

Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"