The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Net::LDAP::Filter::SQL - LDAP filter to SQL clause transformer River stage zero No dependents

This module allows you to transform a Net::LDAP::Filter object into an SQL clause string containing '?' placeholders. The corresponding values can be accessed as a list, and thus can be used inside a dbh prepare or select call....

ESSELENS/Net-LDAP-Filter-SQL-0.03 - 25 Nov 2013 11:33:27 UTC

Net::LDAP::FilterMatch - LDAP entry matching River stage two • 71 direct dependents • 82 total dependents

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

lib/Net/LDAP/Filter.pm River stage two • 71 direct dependents • 82 total dependents

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

Net::LDAP::FilterBuilder - Build LDAP filter statements River stage zero No dependents

This is a convenience module which greatly simplifies the construction of LDAP query filter statements, which are described in RFC 4515 and also the Net::LDAP::Filter manual page....

OLIVER/Net-LDAP-FilterBuilder-1.200002 - 12 Mar 2019 12:58:52 UTC

Net::LDAP::Control::MatchedValues - LDAPv3 MatchedValues Control River stage two • 71 direct dependents • 82 total dependents

"Net::LDAP::Control::MatchedValues" provides an interface for the creation and manipulation of objects that represent the "MatchedValues Control" as described by RFC 3876. The "MatchedValues Control", which only has a meaning with the "Search" operat...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 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::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

Test::Net::LDAP - A Net::LDAP subclass for testing River stage one • 5 direct dependents • 5 total dependents

This module provides some testing methods for LDAP operations, such as "search", "add", and "modify", where each method is suffixed with either "_ok" or "_is". "Test::Net::LDAP" is a subclass of "Net::LDAP", so all the methods defined for "Net::LDAP"...

MAHIRO/Test-Net-LDAP-0.07 - 24 Mar 2015 17:01:39 UTC

Net::LDAP::DSML - A DSML Writer for Net::LDAP River stage two • 71 direct dependents • 82 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::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

Net::FTPServer - A secure, extensible and configurable Perl FTP server River stage one • 2 direct dependents • 4 total dependents

"Net::FTPServer" is a secure, extensible and configurable FTP server written in Perl. Current features include: * Authenticated FTP access. * Anonymous FTP access. * Complete implementation of current RFCs. * ASCII or binary type file transfers. * Ac...

RYOCHIN/Net-FTPServer-1.125 - 29 Nov 2012 08:31:49 UTC

Net::Graylog::API - API Client for Net::Graylog::API River stage zero No dependents

This module has been autogenerated against a Swagger API, hopefully the author has fixed up the documentation Currently this module is only using Basic auth over HTTP, not yet got into the complexity of anything else....

JALAVOY/Net-Graylog-Client-0.7 - 15 May 2017 15:11:03 UTC

Net::DSML::Control - A perl module that supplies a Net::DSML::Control object that is used with a Net::DSML object. River stage zero No dependents

Net::DSML::Control is a module that supplies a LDAP DSML Control object for a Net::DSML operation. This document assumes that the reader has some knowledge of the LDAP, LDAP Controls and DSML protocols....

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

Net::DSML::Filter - A perl module that supplies a Net::DSML::Filter object that is used by a Net::DSML object. River stage zero No dependents

The Net::DSML::filter module is used the build the DSML xml filter string that is the by the Net::DSML module when building a complete DSML xml string that will be send to a DSML http server that is usually located on a LDAP directory server....

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

Net::LDAP::Constant - Constants for use with Net::LDAP River stage two • 71 direct dependents • 82 total dependents

Net::LDAP::Constant exports constants, technically: constant subroutines, for the LDAP status codes and OIDs listed in the sections below. In addition to exporting individual constants, the following tags can be used to export groups of constants. :a...

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

Net::LDAP::LDAPhash - Takes from a search and turns it into a hash. River stage zero No dependents

VVELOX/Net-LDAP-LDAPhash-1.0.3 - 01 Aug 2011 09:47:13 UTC
41 results (0.089 seconds)