Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: AD User Exist?

by VSarkiss (Monsignor)
on Nov 30, 2004 at 21:55 UTC ( [id://411309]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $path='cn=username,ou=mybase_ou,dc=computer,dc=com';
    eval {
        $objUser = Win32::OLE->GetObject("LDAP://" . $path);
    ...
    if ($@) {
       # the call died, do something or another.
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found