Help for this page

Select Code to Download


  1. or download this
    my @hosts = ('ldap0','ldap','ldap2');
    foreach my $host (@hosts) {
    my $ldap_conn = new Mozilla::LDAP::Conn($host);
    
  2. or download this
    my @hosts = ('ldap0:390','ldap:389','ldap:389');
    
  3. or download this
    my $ldap_conn = new Mozilla::LDAP::Conn($host,$port);