Skip to content

Commit

Permalink
Minor typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ridd committed May 9, 2003
1 parent 31115a4 commit 3369215
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/Net/LDAP.pod
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ protocol.
Creates a new B<Net::LDAP> object and opens a connection to the named host.

C<HOST> may be a host name or an IP number. TCP port may be specified
after the host name followed by a column ':' (such as
localhost:10389). The default TCP port is 389.
after the host name followed by a colon (such as localhost:10389). The
default TCP port is 389.

You can also specify a URI, such as 'ldaps://127.0.0.1:666' or
'ldapi://%2fvar%2flib%2fldap_sock'. Note that '%2f's in the LDAPI
socket path will be translated into '/'. This is to support LDAP query
options like base, search etc. although query part of the URI will be
ignored in this context. If port was not specified in the URI, the
options like base, search etc. although the query part of the URI will
be ignored in this context. If port was not specified in the URI, the
default is either 389 or 636 for 'LDAP' and 'LDAPS' schemes
respectively.

C<HOST> may also be a reference to an array of hosts, host-port pairs
or URI's to try. Each will be tried in order until a connection is
or URIs 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.

Expand Down Expand Up @@ -931,6 +931,6 @@ terms as Perl itself.

=for html <hr>

I<$Id: LDAP.pod,v 1.28 2003/05/09 16:56:49 gbarr Exp $>
I<$Id: LDAP.pod,v 1.29 2003/05/09 18:19:54 chrisridd Exp $>

=cut

0 comments on commit 3369215

Please sign in to comment.