Query: net::ldapi
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::LDAPI(3) User Contributed Perl Documentation Net::LDAPI(3)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. If SOCKPATH is not given, the environment variable "LDAPI_SOCK" is evaluated, and if that does not exist, the value "/var/run/ldapi" is used. See "new" in Net::LDAP for further 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.18.2 2013-07-21 Net::LDAPI(3)
Related Man Pages |
---|
net::ldaps(3) - centos |
net::ldap::extension::whoami(3) - mojave |
net::ldaps(3) - mojave |
net::ldapi(3) - osx |
net::ldaps(3) - osx |
Similar Topics in the Unix Linux Community |
---|
Kick off Application on PC from Sun |
connection reset by peer |
foormatting file |
UNIX automation |
UNIX Study Material |