Update of /cvsroot/perl-ldap/ldap/lib/Net
In directory sc8-pr-cvs1:/tmp/cvs-serv27503/lib/Net
Modified Files:
LDAP.pod
Log Message:
Document the ability to pass an array ref for the HOST parameter to new
Index: LDAP.pod
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP.pod,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- LDAP.pod 24 Oct 2002 13:08:07 -0000 1.17
+++ LDAP.pod 27 Jan 2003 14:19:39 -0000 1.18
@@ -60,6 +60,10 @@
Creates a new B<Net::LDAP> object and opens a connection to the named host.
OPTIONS is a list of key-value pairs, valid options are :-
+C<HOST> may also be a reference to an array of hosts to try. Each will
+be tried in order until a connection is made. Only when all have
+failed will the result of C<undef> be returned.
+
=over 4
=item port
|