Help for this page

Select Code to Download


  1. or download this
    c=org
      co=MyCompany
    ...
          cn=Mickey Mouse id456
          cn=Donald Duck id123
          cn=Tim Towdi id111
    
  2. or download this
    x) cn=Donald Duck id123,cn=Users,co=MyCompany,c=org
    x) cn=Mickey Mouse id456 ,cn=Users,co=MyCompany,c=org
    
  3. or download this
    use Net::LDAP;
    my $ldap = Net::LDAP->new($ldapServer) or die "Error: $@";
    ...
      }
    }
    $ldap->unbind();
    
  4. or download this
    use Net::LDAP;
    my $ldap = Net::LDAP->new($ldapServer) or die "Error: $@";
    ...
      print "Ok\n";
      $ldap->unbind();
    }
    
  5. or download this
      perldoc Net::LDAP::FAQ
      perldoc Net::LDAP::Examples