Help for this page
sub getLDAPInfo { ... my $fullname= &getLDAPInfo("JUSER"); print $fullname. "\n";
my $filter = "distinguishedname=$targetuser";
my $fullname= &getLDAPInfo("CN=JUSER,OU=ACCT,DC=MYCOMPANY,DC=COM");