Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Win32::OLE ADODB

by SquireJames (Monk)
on Dec 16, 2003 at 00:59 UTC ( [id://314943]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub ad_search { # To search AD and return a pre-determined value
        my $search_base = $_[0]; # This is the base for our searches 
    ...
        
        return ($succ_search, @result); # Return our success and our array
    + of results
    }
    
  2. or download this
    sub ad_get_attrib { # For returning Attribute Values....
        my $dn = $_[0]; # The object DN
    ...
        
        return $result;
    }
    
  3. or download this
    sub ad_modify { # To change a single value in AD
    
    ...
    
        $object->SetInfo; # Don't forget to set the values
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://314943]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-24 13:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found