Search results for "module:Net::LDAPS"
Net::LDAPS - use LDAP over an SSL connection
Communicate using the LDAP protocol to a directory server using an encrypted (SSL) network connection. This mechanism is non-standard but widely supported; consider using LDAPv3 with the standard TLS extension if possible (many servers do not support...
MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC
Net::SSLGlue::LDAP - proper certificate checking for ldaps in Net::LDAP
Net::SSLGlue::LDAP modifies Net::LDAP so that it does proper certificate checking using the "ldap" SSL_verify_scheme from IO::Socket::SSL. Because Net::LDAP does not have a mechanism to forward arbitrary parameters for the construction of the underly...
SULLR/Net-SSLGlue-1.058 - 17 Jun 2016 07:20:48 UTC
Net::Curl - Perl interface for libcurl
This package contains some static functions and version-releated constants. It does not export by default anything, but constants can be exported upon request. use Net::Curl qw(:constants); To perform any request you want Net::Curl::Easy. FUNCTIONS N...
SYP/Net-Curl-0.55 - 20 Sep 2023 06:27:48 UTC
Net::LDAPxs - XS version of Net::LDAP
Net::LDAPxs is using XS code to glue LDAP C API Perl code. The purpose of developing this module is to thoroughly improve the performance of Net::LDAP. According to the simple test using Devel::NYTProf, it can enhance the performance by nearly 30 tim...
PANYU/Net-LDAPxs-1.31 - 03 Sep 2010 06:04:43 UTC
Net::LDAP::Util - Utility functions
Net::LDAP::Util is a collection of utility functions for use with the Net::LDAP modules....
MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC
Test::Net::LDAP::Mock - A mock LDAP client with simulated search in memory
Overview "Test::Net::LDAP::Mock" provides all the operations of "Net::LDAP", while they are performed in memory with fake data that are set up just for testing. It is most useful for developers who write testing for an application that uses LDAP sear...
MAHIRO/Test-Net-LDAP-0.07 - 24 Mar 2015 17:01:39 UTC