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::ldaps(3) - centos |
net::ldaps(3) - mojave |
net::ldaps(3) - suse |
net::ldap::control::syncdone(3pm) - debian |
net::ldaps(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Introduction |
Find columns in a file based on header and print to new file |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |