Query: net::ldapi
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::LDAPI(3pm) User Contributed Perl Documentation Net::LDAPI(3pm)NAMENet::LDAPI - use LDAP over a UNIX domain socketSYNOPSISuse 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.CONSTRUCTORnew ( [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 ALSONet::LDAP, IO::Socket::UNIXBUGSNone 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. perl v5.14.2 2012-01-29 Net::LDAPI(3pm)
Related Man Pages |
---|
net::ldapi(3) - mojave |
net::ldaps(3) - suse |
net::ldapi(3) - osx |
net::ldaps(3) - osx |
net::sslglue::ldap(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Detecting unused variables... |
A (ksh) Library For and From UNIX.com |