Search results for "module:Net::LDAP"

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

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

Net::LDAP::SID - Active Directory Security Identifier manipulation River stage one • 2 direct dependents • 7 total dependents

KARMAN/Net-LDAP-SID-0.001 - 01 Jul 2016 16:09:56 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::Util - Utility functions River stage two • 70 direct dependents • 82 total dependents

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

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::Shell - an interactive LDAP shell River stage zero No dependents

Net::LDAP::Shell is the base module for an interactive LDAP shell, modeled after the Unix CLI but hopefully nowhere near as complicated. It has both builtin commands (found by running 'builtins' on the CLI) and external commands (?). You probably wan...

LOOSIFER/ldapsh-2.00 - 24 Nov 2004 06:14:16 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::Extra - Load extra Net::LDAP methods River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Extra" allows extra methods to be added to Net::LDAP. Normally such methods would be added by sub-classing Net::LDAP, but this proves to get messy as different people write different additions and others want to use multiple of these sub-...

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

Net::LDAP::SPNEGO - Net::LDAP support for NTLM/SPNEGO authentication River stage one • 1 direct dependent • 1 total dependent

"Net::LDAP::SPNEGO" provides the essential building blocks to implement NTLM SSO from Windows clients to webservers. Its purpose is to proxy NTLM tokens from the webbrowser to an active directory server using the SPNEGO protocol. The dialog between b...

OETIKER/Net-LDAP-SPNEGO-0.1.7 - 11 Mar 2020 18:23:15 UTC

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

Bundle::Net::LDAP - A bundle for Net::LDAP River stage two • 70 direct dependents • 82 total dependents

This bundle all modules that Net::LDAP depends on....

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

Net::LDAP::Config - a simple wrapper for maintaining info related to LDAP connections River stage zero No dependents

Net::LDAP::Config is a wrapper module originally written for ldapsh but which is useful for much more. It's not very well documented just yet, but here are the main uses:...

LOOSIFER/ldapsh-2.00 - 24 Nov 2004 06:14:16 UTC

Net::LDAP::RootDSE - An LDAP RootDSE object River stage two • 70 direct dependents • 82 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::Control - LDAPv3 control object base class River stage two • 70 direct dependents • 82 total dependents

"Net::LDAP::Control" is the base-class for LDAPv3 control objects. Controls provide a mechanism that allows one to extend the semantics and arguments of LDAP operations. Controls may be attached to LDAP operations, and only affect the semantics of th...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 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::SSLGlue::LDAP - proper certificate checking for ldaps in Net::LDAP River stage zero No dependents

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::LDAP::AutoDNs - Automatically make some default decisions some LDAP DNs and scopes. River stage zero No dependents

VVELOX/Net-LDAP-AutoDNs-0.2.2 - 26 Jun 2010 08:45:41 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::DSML - A DSML Writer for Net::LDAP River stage two • 70 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::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
144 results (0.154 seconds)