Net::LDAPI - use LDAP over a UNIX domain socket


perl-ldap documentation  | view source Contained in the perl-ldap distribution.

Index


NAME

Top

Net::LDAPI - use LDAP over a UNIX domain socket

SYNOPSIS

Top

 use Net::LDAPI;

 $ldapi = Net::LDAPI->new('/var/run/ldapi');

 # alternate way
 use Net::LDAP;

 $ldapi = Net::LDAP->new('ldapi://');

DESCRIPTION

Top

Communicate using the LDAP protocol to a directory server using a UNIX domain socket. This mechanism is non-standard, UNIX-specific and not widely supported.

All the normal Net::LDAP methods can be used with a Net::LDAPI object; see Net::LDAP for details.

CONSTRUCTOR

Top

new ( [SOCKPATH] )

Create a new connection. SOCKPATH can optionally be specified, to specify the location of the UNIX domain socket to connect to. See new in Net::LDAP for details.

SEE ALSO

Top

Net::LDAP, IO::Socket::UNIX

BUGS

Top

None yet.

AUTHOR

Top

Derrik Pates <dpates@dsdk12.net>

COPYRIGHT

Top


perl-ldap documentation  | view source Contained in the perl-ldap distribution.