![]() |
![]()
| ![]() |
![]()
NAMENet::LDAPI - use LDAP over a UNIX domain socket SYNOPSISuse Net::LDAPI; $ldapi = Net::LDAPI->new('/var/run/ldapi'); # alternate way use Net::LDAP; $ldapi = Net::LDAP->new('ldapi://'); DESCRIPTIONCommunicate 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
SEE ALSONet::LDAP, IO::Socket::UNIX BUGSNone yet. AUTHORDerrik Pates <dpates@dsdk12.net> COPYRIGHTCopyright (c) 2003-2004, 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.
|