Search results for "module:Net::LDAP::Server"

Net::LDAP::Server - LDAP server side protocol handling River stage one • 2 direct dependents • 8 total dependents

AAR/Net-LDAP-Server-0.43 - 26 May 2011 19:12:59 UTC

Net::LDAP::Server::Test - test Net::LDAP code River stage one • 4 direct dependents • 6 total dependents

Now you can test your Net::LDAP code without having a real LDAP server available....

KARMAN/Net-LDAP-Server-Test-0.22 - 10 Dec 2016 18:07:45 UTC

Net::Radius::Server::Match::LDAP - Interaction with LDAP servers for RADIUS River stage zero No dependents

"Net::Radius::Server::Match::LDAP" is a packet match method factory. This allows a Net::Radius::Server(3) RADIUS server to process requests based on information stored in an LDAP directory. Additionally, information obtained from LDAP remains availab...

LUISMUNOZ/Net-Radius-Server-1.116 - 30 Nov 2009 13:00:08 UTC

Net::LDAP::AutoServer - Automated LDAP server choosing. River stage zero No dependents

VVELOX/Net-LDAP-AutoServer-0.2.1 - 26 Jun 2010 08:35:18 UTC

Net::LDAP::SimpleServer - Minimal-configuration, read-only LDAP server River stage zero No dependents

As the name suggests, this module aims to implement a simple LDAP server, using many components already available in CPAN. It can be used for prototyping and/or development purposes. This is NOT intended to be a production-grade server, although some...

RUSSOZ/Net-LDAP-SimpleServer-0.0.21 - 11 Nov 2017 23:53:39 UTC

Net::LDAP::SimpleServer::Constant - Constants used in Net::LDAP::SimpleServer River stage zero No dependents

RUSSOZ/Net-LDAP-SimpleServer-0.0.21 - 11 Nov 2017 23:53:39 UTC

Net::LDAP::SimpleServer::LDIFStore - Data store to support Net::LDAP::SimpleServer River stage zero No dependents

This module provides an interface between Net::LDAP::SimpleServer and a LDIF file where the data is stored. As of now, this interface is quite simple, and so is the underlying data structure, but this can be easily improved in the future....

RUSSOZ/Net-LDAP-SimpleServer-0.0.21 - 11 Nov 2017 23:53:39 UTC

Net::LDAP::SimpleServer::ProtocolHandler - LDAP protocol handler used with Net::LDAP::SimpleServer River stage zero No dependents

This module provides an interface between Net::LDAP::SimpleServer and the underlying data store. Currently only Net::LDAP::SimpleServer::LDIFStore is available....

RUSSOZ/Net-LDAP-SimpleServer-0.0.21 - 11 Nov 2017 23:53:39 UTC

Net::LDAPxs - XS version of Net::LDAP River stage zero No dependents

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::LDAPapi - Perl5 Module Supporting LDAP API River stage one • 1 direct dependent • 1 total dependent

This module allows Perl programmers to access and manipulate an LDAP based Directory. Versions beginning with 1.40 support both the original "C API" and new "Perl OO" style interface methods. With version 1.42, I've added named arguments....

MISHIKAL/Net-LDAPapi-3.0.7 - 10 Oct 2019 17:14:35 UTC

Net::LDAPS - use LDAP over an SSL connection River stage two • 69 direct dependents • 80 total dependents

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::LDAPI - use LDAP over a UNIX domain socket River stage two • 69 direct dependents • 80 total dependents

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...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::DSML - A perl module that supplies methods for connecting to a LDAP Directory Services Markup Language (DSML) server. River stage zero No dependents

Net::DSML is a collection of three modules that implements a LDAP DSML API for Perl programs. The module may be used to search for and modify a LDAP directory entry. This document assumes that the reader has some knowledge of the LDAP and DSML protoc...

CHARDEN/Net-DSML-0.003 - 09 Sep 2007 21:38:13 UTC

Net::LDAP::RootDSE - An LDAP RootDSE object River stage two • 69 direct dependents • 80 total dependents

Methods get_value "get_value" is identical to "get_value" in Net::LDAP::Entry supported_extension ( OID_LIST ) Returns true if the server supports all of the specified extension OIDs supported_feature ( OID_LIST ) Returns true if the server supports ...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::DSML - A DSML Writer for Net::LDAP River stage two • 69 direct dependents • 80 total dependents

Directory Service Markup Language (DSML) is the XML standard for representing directory service information in XML. At the moment this module only writes DSML entry and schema entities. Reading DSML entities is a future project. Eventually this modul...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

Net::LDAP::Batch - perform a batch of LDAP actions River stage one • 1 direct dependent • 1 total dependent

Net::LDAP::Batch performs a series of actions against a LDAP server. If any of the actions fails, then all the actions in the batch are reverted. Be advised: This is not a true ACID-compliant transaction feature, since no locking is performed. Instea...

KARMAN/Net-LDAP-Batch-0.02 - 31 Jul 2008 13:24:54 UTC

Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP River stage one • 2 direct dependents • 2 total dependents

Implements Short Message Peer to Peer protocol, which is frequently used to pass short messages between mobile operators implementing short message service (SMS). This is applicable to both european GSM and american CDMA/TDMA systems. This documentat...

SAMPO/Net-SMPP-1.19 - 01 Jun 2011 20:52:56 UTC

Net::LDAP::Class - object-relational mapper for Net::LDAP River stage zero No dependents

Net::LDAP::Class (NLC) is an object-relational mapping for LDAP. I know, it's all wrong to confuse the ORM model with LDAP since LDAP is not relational in the same way that a RDBMS is. But the ORM APIs of projects like DBIx::Class and Rose::DB::Objec...

KARMAN/Net-LDAP-Class-0.27 - 01 Jul 2016 16:21:58 UTC

Net::LDAP::Express - Simplified interface for Net::LDAP River stage zero No dependents

Net::LDAP::Express is an alternative interface to the fantastic Graham Barr's Net::LDAP, that simplifies the tasks of adding and deleting multiple entries, renaming them, or searching entries residing in a common subtree. Net::LDAP is a great module ...

BRONTO/Net-LDAP-Express-0.12 - 28 Jun 2014 18:22:05 UTC

Net::LDAP::Gateway - Infrastructure to build LDAP gateways River stage zero No dependents

This module provides a set of low level functions to encode and decode LDAP packets EXPORT The following functions can be imported from this module: $normalized = ldap_dn_normalize($dn) returns a normalized version of the given dn. $len = ldap_peek_m...

SALVA/Net-LDAP-Gateway-0.03 - 31 Aug 2011 13:10:37 UTC
67 results (0.046 seconds)