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");