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