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

Re^6: Net::LDAP help with distinguished name

by Discreet Entity (Initiate)
on Feb 04, 2012 at 15:08 UTC ( [id://951810]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub getLDAPInfo
    {
    ...
    
    my $fullname= &getLDAPInfo("JUSER");
    print $fullname. "\n";
    
  2. or download this
            my $filter = "distinguishedname=$targetuser";
    
  3. or download this
    my $fullname= &getLDAPInfo("CN=JUSER,OU=ACCT,DC=MYCOMPANY,DC=COM");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-20 02:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found