osx man page for net::ldapi

Query: net::ldapi

OS: osx

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)

NAME
Net::LDAPI - use LDAP over a UNIX domain socket
SYNOPSIS
use Net::LDAPI; $ldapi = Net::LDAPI->new('/var/run/ldapi'); # alternate way use Net::LDAP; $ldapi = Net::LDAP->new('ldapi://');
DESCRIPTION
Communicate 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
new ( [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 ALSO
Net::LDAP, IO::Socket::UNIX
BUGS
None yet.
AUTHOR
Derrik Pates <dpates@dsdk12.net>
COPYRIGHT
Copyright (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.16.2 2012-10-06 Net::LDAPI(3)
Related Man Pages
net::ldaps(3) - centos
net::ldapi(3) - mojave
net::ldapi(3) - centos
net::ldaps(3) - mojave
net::ldapi(3) - osx
Similar Topics in the Unix Linux Community
How to compile and run C++ programs in UNIX environment?
where to obtain UNIX and learning on a UNIX variant?
connection reset by peer
New to C Programming in UNIX environment
The Dark Years of UNIX (2003 - 2011) | A Decade Lost to Legal Battles | YouTube Video