Help for this page

Select Code to Download


  1. or download this
    OLE exception from "Provider":
    
    ...
    
    Win32::OLE(0.1702) error 0x80040e14
        in METHOD/PROPERTYGET "Execute" at sdomain.pl line 11
    
  2. or download this
    my $strBase    =  "LDAP://dc=corp,dc=example,dc=edu;";                
    +  # BaseDN should be the search base
    my $strFilter  = "(&(objectclass=user)(objectcategory=Person));";     
    +      # Valid LDAP search filter
    ...
        print $objRS->Fields(0)->Value,"\n";
        $objRS->MoveNext;
    }