The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

 use Net::LDAPI;

 $ldaps = new Net::LDAPI('/var/lib/ldapi');

DESCRIPTION

Communicate using the LDAP protocol to a directory server using a UNIX domain socket.

This class is a subclass of Net::LDAP so all the normal Net::LDAP methods can be used with a Net::LDAPI object; see the documentation for Net::LDAP to find out how to query a directory server using the LDAP protocol.

CONSTRUCTOR

new ( [SOCKPATH] )

Create a new connection. SOCKPATH can optionally be specified, to specify the location of the UNIX domain socket to connect to. By default, the domain socket path is '/var/lib/ldapi'. This is OpenLDAP-specific.

SEE ALSO

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

BUGS

None yet.

AUTHOR

Derrik Pates <dpates@dsdk12.net>

COPYRIGHT

Original code Copyright (c) 2003, Derrik Pates and Graham Barr. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.